TestimoX

API Reference

Class

AgentDiagnosticsConfig

Namespace ComputerX.Agent
Assembly ComputerX
Modifiers sealed

Diagnostics settings for the agent runtime.

Inheritance

  • Object
  • AgentDiagnosticsConfig

Constructors

public AgentDiagnosticsConfig() #

Properties

public Boolean Enabled { get; set; } #

Enable local status file output.

public String StatusFile { get; set; } #

Status file path (relative to the agent config directory).

public TimeSpan WriteInterval { get; set; } #

Minimum interval between status writes.

public Boolean IncludeSelfMetrics { get; set; } #

Include agent self-metrics in every payload.

public Boolean IncludeBufferMetrics { get; set; } #

Include buffer stats metrics in every payload.

public Boolean IncludeCollectorFailuresAsEvents { get; set; } #

Emit collector failures as agent events.