Class MetricsServerConfig
Metrics server configuration
Inherited Members
Namespace: Cognite.Extractor.Metrics
Assembly: Cognite.Metrics.dll
Syntax
public class MetricsServerConfig
Properties
| Edit this page View SourceHost
Host name
Declaration
public string? Host { get; set; }
Property Value
Type | Description |
---|---|
string | Host name for the server. Example: localhost (without scheme and port) |
Port
Port
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
int | Server port |