TestimoX

API Reference

Class

AgentCollectionContext

Namespace ComputerX.Agent
Assembly ComputerX
Modifiers sealed

Accumulates metrics and events produced during a collection cycle.

Inheritance

  • Object
  • AgentCollectionContext

Properties

public String AgentId { get; } #

Agent identifier used for the current collection.

public String AgentName { get; } #

Agent display name for the current collection.

public DateTimeOffset CollectedUtc { get; } #

Timestamp used for metrics generated without explicit timestamps.

public List<AgentMetric> Metrics { get; } #

Metrics collected during this cycle.

public List<AgentEvent> Events { get; } #

Events collected during this cycle.