17.327. 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

17.327.1. Inheritance

objectMetricsExporter

17.327.2. Inherited Members

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

17.327.3. Fields

17.327.3.1. SettingSection

Configuration section name

public const string SettingSection = "MetricsExporter"

17.327.3.1.1. Field Value

string

17.327.4. Properties

17.327.4.1. Host

Host of the metrics exporter

public string Host { get; set; }

17.327.4.1.1. Property Value

string

17.327.4.2. Path

Path to access the metrics

public string Path { get; set; }

17.327.4.2.1. Property Value

string

17.327.4.3. Port

Port of the metrics exporter

public int Port { get; set; }

17.327.4.3.1. Property Value

int