The golang `github.com/prometheus/common/model.Metric` package provides a representation of a Prometheus metric. It includes methods for creating and manipulating metrics such as labels, values, and timestamps. This package is commonly used in Prometheus-based applications for collecting and storing time series data.
Golang Metric - 17 examples found. These are the top rated real world Golang examples of github.com/prometheus/common/model.Metric extracted from open source projects. You can rate examples to help us improve the quality of examples.