Table of Contents

Namespace Homa.Sdk.Metrics

Classes

MetricLabel

Represents a default implementation of metric label.

Interfaces

IMetricLabel

Represents a label which can be assigned to a metric data point. Only one of the values must be set to a not-null value. If none is set, the label might be considered invalid.

IMetricRecorder

Represents an object which allows to push new data points to the metric.

IMetricRecorderFactory

Creates IMetricRecorder instances.