Class MetricsSeries
- Namespace
- DotCompute.Abstractions.Debugging
- Assembly
- DotCompute.Abstractions.dll
Represents a series of metric data points over time.
public sealed class MetricsSeries
- Inheritance
-
MetricsSeries
- Inherited Members
Properties
Metadata
Gets additional metadata for this metric series.
public Dictionary<string, object> Metadata { get; init; }
Property Value
Name
Gets the metric name.
public string Name { get; init; }
Property Value
Points
Gets the data points in this series.
public Collection<MetricPoint> Points { get; init; }
Property Value
Unit
Gets the unit of measurement for this metric.
public string Unit { get; init; }