TestimoX

API Reference

Class

AgentMetricsEnvelope

Namespace ComputerX.Agent
Assembly ComputerX
Modifiers sealed

Envelope for a batch of agent metrics and events.

Inheritance

  • Object
  • AgentMetricsEnvelope

Constructors

public AgentMetricsEnvelope() #

Properties

public String AgentId { get; set; } #

Unique agent identifier.

public String AgentName { get; set; } #

Agent display name.

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.