21.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
21.327.1. Inheritance
21.327.2. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
21.327.3. Fields
21.327.3.1. SettingSection
Configuration section name
public const string SettingSection = "MetricsExporter"
21.327.3.1.1. Field Value
21.327.4. Properties
21.327.4.1. Host
Host of the metrics exporter
public string Host { get; set; }
21.327.4.1.1. Property Value
21.327.4.2. Path
Path to access the metrics
public string Path { get; set; }
21.327.4.2.1. Property Value
21.327.4.3. Port
Port of the metrics exporter
public int Port { get; set; }