Class PushGatewayConfig
Push gateway configuration
Inherited Members
Namespace: Cognite.Extractor.Metrics
Assembly: Cognite.Metrics.dll
Syntax
public class PushGatewayConfig
Properties
| Edit this page View SourceHost
Gateway host
Declaration
public string? Host { get; set; }
Property Value
Type | Description |
---|---|
string | Absolute Uri for the host. Example: http://localhost:9091 |
Job
Job name
Declaration
public string? Job { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the job |
Password
Password for basic authentication (optional)
Declaration
public string? Password { get; set; }
Property Value
Type | Description |
---|---|
string | Password |
PushInterval
Interval in seconds for pushing data to the gateway.
Declaration
public int PushInterval { get; }
Property Value
Type | Description |
---|---|
int |
Username
Username for basic authentication (optional)
Declaration
public string? Username { get; set; }
Property Value
Type | Description |
---|---|
string | Username |