API Reference
Class
AgentMetricsEnvelope
Envelope for a batch of agent metrics and events.
Inheritance
- Object
- AgentMetricsEnvelope
Constructors
public AgentMetricsEnvelope() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public DateTimeOffset GeneratedUtc { get; set; } #Payload generation time in UTC.
public Dictionary<String, String> Tags { get; set; } #Optional host-level tags.
public List<AgentMetric> Metrics { get; set; } #Metrics captured in this payload.
public List<AgentEvent> Events { get; set; } #Events captured in this payload.