MetricLabel
Constructors
Models
MetricLabel interface
Added in v2.0.0
Source
A MetricLabel represents a key value pair that allows analyzing metrics at
an additional level of granularity.
For example if a metric tracks the response time of a service labels could be used to create separate versions that track response times for different clients.
Signature
interface MetricLabel extends Equal, Pipeable { readonly [MetricLabelTypeId]: typeof MetricLabelTypeId; readonly key: string; readonly value: string;}Refinements
isMetricLabel
Added in v2.0.0
Source
Signature
declare const isMetricLabel: (u: unknown) => u is MetricLabelSymbols
MetricLabelTypeId
Added in v2.0.0
Source
Signature
declare const MetricLabelTypeId: unique symbolMetricLabelTypeId type
Added in v2.0.0
Source
Signature
type MetricLabelTypeId = typeof MetricLabelTypeId