23.329. Class PartitionMetricsExporter

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 PartitionMetricsExporter

23.329.1. Inheritance

objectPartitionMetricsExporter

23.329.2. Inherited Members

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

23.329.3. Fields

23.329.3.1. SettingSection

Configuration section name

public const string SettingSection = "PartitionMetricsExporter"

23.329.3.1.1. Field Value

string

23.329.4. Properties

23.329.4.1. Host

Host of the metrics exporter

public string Host { get; set; }

23.329.4.1.1. Property Value

string

23.329.4.2. Path

Path to access the metrics

public string Path { get; set; }

23.329.4.2.1. Property Value

string

23.329.4.3. Port

Port of the metrics exporter

public int Port { get; set; }

23.329.4.3.1. Property Value

int