Documentation ¶
Index ¶
Constants ¶
View Source
const (
HoursInMonth = 24.35 * 30 // 24.35 is the average amount of hours in a day over a year
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricResult ¶
type MetricResult struct { FqName string Labels LabelMap Value float64 MetricType prometheus.ValueType }
func ReadMetrics ¶
func ReadMetrics(metric prometheus.Metric) *MetricResult
Click to show internal directories.
Click to hide internal directories.