Table of Contents

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

bool

Labels

public Dictionary<string, string> Labels { get; }

Property Value

Dictionary<string, string>

MetricsPath

public string MetricsPath { get; set; }

Property Value

string

Port

public int Port { get; set; }

Property Value

int