Show / Hide Table of Contents

Class MetricsServerConfig

Metrics server configuration

Inheritance
object
MetricsServerConfig
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 MetricsServerConfig

Properties

| Edit this page View Source

Host

Host name

Declaration
public string? Host { get; set; }
Property Value
Type Description
string

Host name for the server. Example: localhost (without scheme and port)

| Edit this page View Source

Port

Port

Declaration
public int Port { get; set; }
Property Value
Type Description
int

Server port

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