Versions in this module Expand all Collapse all v1 v1.11.10 Jul 13, 2024 Changes in this version + func GetMetricValue(metrics NodeMetrics, name string, labels prometheus.Labels) (float64, bool) + func GetMetricsValue(url string, metrics ...string) (map[string]float64, error) + func Outf(format string, args ...interface{}) + type NodeMetrics map[string]*dto.MetricFamily + func GetNodeMetrics(nodeURI string, metricNames ...string) (NodeMetrics, error) + type NodesMetrics map[string]NodeMetrics + func GetNodesMetrics(nodeURIs []string, metricNames ...string) (NodesMetrics, error)