Table of Contents

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

Dictionary<string, object>

Name

Gets the metric name.

public string Name { get; init; }

Property Value

string

Points

Gets the data points in this series.

public Collection<MetricPoint> Points { get; init; }

Property Value

Collection<MetricPoint>

Unit

Gets the unit of measurement for this metric.

public string Unit { get; init; }

Property Value

string