22.330. Class MetricsExporter

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

Options to set up the connection to the metrics exporter

[ExtractDocumentation("Options for PartitionMetricsExporter")]
[PublicAPI]
public class MetricsExporter

22.330.1. Inheritance

objectMetricsExporter

22.330.2. Inherited Members

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

22.330.3. Fields

22.330.3.1. SettingSection

Configuration section name

public const string SettingSection = "MetricsExporter"

22.330.3.1.1. Field Value

string

22.330.4. Properties

22.330.4.1. Host

Host of the metrics exporter

public string Host { get; set; }

22.330.4.1.1. Property Value

string

22.330.4.2. Path

Path to access the metrics

public string Path { get; set; }

22.330.4.2.1. Property Value

string

22.330.4.3. Port

Port of the metrics exporter

public int Port { get; set; }

22.330.4.3.1. Property Value

int