Show / Hide Table of Contents

Class MetricsConfig

Metrics configuration object

Inheritance
object
MetricsConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cognite.Extractor.Metrics
Assembly: Cognite.Metrics.dll
Syntax
public class MetricsConfig

Properties

| Edit this page View Source

PushGateways

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

| Edit this page View Source

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

Extension Methods

DataModelUtils.GetOrCreateResourcesAsync<T, T2>(T2, IEnumerable<InstanceIdentifier>, Func<IEnumerable<InstanceIdentifier>, IEnumerable<SourcedNodeWrite<T>>>, Func<IEnumerable<SourcedNodeWrite<T>>, SanitationMode, (IEnumerable<SourcedNodeWrite<T>>, IEnumerable<CogniteError<SourcedNodeWrite<T>>>)>, int, int, RetryMode, SanitationMode, CancellationToken)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX