Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricType ¶
type MetricType string
const ( MetricGauge MetricType = "gauge" MetricCounter MetricType = "counter" MetricHistogram MetricType = "histogram" )
func (MetricType) ToPrometheus ¶
func (m MetricType) ToPrometheus() prometheus.ValueType
Click to show internal directories.
Click to hide internal directories.