TestimoX

API Reference

Class

AgentMetric

Namespace ComputerX.Agent
Assembly ComputerX
Modifiers sealed

Single metric sample emitted by the agent.

Inheritance

  • Object
  • AgentMetric

Constructors

Properties

public String Name { get; set; } #

Metric name (e.g. cpu.total.pct).

public Double Value { get; set; } #

Metric value.

public String Unit { get; set; } #

Metric unit (e.g. percent, bytes).

public DateTimeOffset TimestampUtc { get; set; } #

Timestamp of the metric in UTC.

public Dictionary<String, String> Tags { get; set; } #

Optional metric tags (e.g. drive=C:).