Documentation
¶
Index ¶
Constants ¶
View Source
const ( MetricUnitNone = 0 MetricUnitPercent = 1 MetricUnitByte = 2 MetricUnitMicroseconds = 3 MetricUnitMilliseconds = 4 MetricUnitSeconds = 5 )
View Source
const ( MetricTypeGauge = 0 MetricTypeCounter = 1 )
Variables ¶
View Source
var AllMetrics = map[otelmetrics.MetricID]Metric{}/* 230 elements not displayed */
Functions ¶
This section is empty.
Types ¶
type Metric ¶
type Metric struct {
Desc string
Field string
Type MetricType
Unit MetricUnit
}
Click to show internal directories.
Click to hide internal directories.