Class MetricsConfig
Metrics configuration object
Inherited Members
Namespace: Cognite.Extractor.Metrics
Assembly: Cognite.Metrics.dll
Syntax
public class MetricsConfig
Properties
| Edit this page View SourcePushGateways
A list of Prometheus push gateway destinations (optional)
Declaration
public IList<PushGatewayConfig>? PushGateways { get; set; }
Property Value
Type | Description |
---|---|
IList<PushGatewayConfig> | A list PushGatewayConfig of config objects |
Server
Start a metrics server in the extractor for Prometheus scrape (optional)
Declaration
public MetricsServerConfig? Server { get; set; }
Property Value
Type | Description |
---|---|
MetricsServerConfig | A MetricsServerConfig config object |