Class PrometheusMetricsStatistics
- Namespace
- DotCompute.Core.Telemetry
- Assembly
- DotCompute.Core.dll
Statistics about the Prometheus metrics export.
public sealed class PrometheusMetricsStatistics
- Inheritance
-
PrometheusMetricsStatistics
- Inherited Members
Properties
IsServerRunning
Gets or sets a value indicating whether server running.
public bool IsServerRunning { get; set; }
Property Value
- bool
The is server running.
LastCollectionTime
Gets or sets the last collection time.
public DateTimeOffset LastCollectionTime { get; set; }
Property Value
- DateTimeOffset
The last collection time.
ServerEndpoint
Gets or sets the server endpoint.
public string? ServerEndpoint { get; set; }
Property Value
- string
The server endpoint.
TotalMetricFamilies
Gets or sets the total metric families.
public int TotalMetricFamilies { get; set; }
Property Value
- int
The total metric families.