API Reference
Class
AgentCollectionContext
Accumulates metrics and events produced during a collection cycle.
Inheritance
- Object
- AgentCollectionContext
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.