Show / Hide Table of Contents

Class PushGatewayConfig

Push gateway configuration

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

Properties

| Edit this page View Source

Host

Gateway host

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

Absolute Uri for the host. Example: http://localhost:9091

| Edit this page View Source

Job

Job name

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

Name of the job

| Edit this page View Source

Password

Password for basic authentication (optional)

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

Password

| Edit this page View Source

PushInterval

Interval in seconds for pushing data to the gateway.

Declaration
public int PushInterval { get; }
Property Value
Type Description
int
| Edit this page View Source

Username

Username for basic authentication (optional)

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

Username

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