API Reference
Class
AgentMetricsEnvelope
Envelope for a batch of agent metrics and events.
Inheritance
- Object
- AgentMetricsEnvelope
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method AgentApiClient.SendMetricsAsync
- Method AgentJsonlBuffer.EnqueueAsync
- Method AgentSender.SendAsync
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.