Class PrometheusOptions
- Namespace
- DotCompute.Abstractions.Interfaces.Telemetry
- Assembly
- DotCompute.Abstractions.dll
Prometheus metrics configuration.
public sealed class PrometheusOptions
- Inheritance
-
PrometheusOptions
- Inherited Members
Properties
Enabled
public bool Enabled { get; set; }
Property Value
Labels
public Dictionary<string, string> Labels { get; }
Property Value
MetricsPath
public string MetricsPath { get; set; }
Property Value
Port
public int Port { get; set; }