21.329. Class MetricsExporter

Namespace: ArmoniK.Core.Control.PartitionMetrics.Options
Assembly: ArmoniK.Core.Control.PartitionMetrics.dll

Options to set up the connection to the metrics exporter

[PublicAPI]
public class MetricsExporter

21.329.1. Inheritance

objectMetricsExporter

21.329.2. Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

21.329.3. Fields

21.329.3.1. SettingSection

Configuration section name

public const string SettingSection = "MetricsExporter"

21.329.3.1.1. Field Value

string

21.329.4. Properties

21.329.4.1. Host

Host of the metrics exporter

public string Host { get; set; }

21.329.4.1.1. Property Value

string

21.329.4.2. Path

Path to access the metrics

public string Path { get; set; }

21.329.4.2.1. Property Value

string

21.329.4.3. Port

Port of the metrics exporter

public int Port { get; set; }

21.329.4.3.1. Property Value

int