Table of Contents

Class CollectedMetrics

Namespace
DotCompute.Core.Telemetry
Assembly
DotCompute.Core.dll

Container for collected metrics data.

public sealed class CollectedMetrics
Inheritance
CollectedMetrics
Inherited Members

Properties

CollectedAt

Gets or sets the collected at.

public DateTimeOffset CollectedAt { get; set; }

Property Value

DateTimeOffset

The collected at.

Counters

Gets or sets the counters.

public Dictionary<string, long> Counters { get; init; }

Property Value

Dictionary<string, long>

The counters.

Gauges

Gets or sets the gauges.

public Dictionary<string, double> Gauges { get; init; }

Property Value

Dictionary<string, double>

The gauges.

Histograms

Gets or sets the histograms.

public Dictionary<string, double[]> Histograms { get; init; }

Property Value

Dictionary<string, double[]>

The histograms.