Versions in this module Expand all Collapse all v1 v1.11.13-rc.2 Dec 4, 2024 v1.0.0 Dec 4, 2024 Changes in this version + func GetMetricsValue(url string, metrics ...string) (map[string]float64, error) + func Outf(format string, args ...interface{}) + type NodeMetrics map[string]float64 + func GetNodeMetrics(nodeURI string, metricNames ...string) (NodeMetrics, error) + type NodesMetrics map[string]NodeMetrics + func GetNodesMetrics(nodeURIs []string, metricNames ...string) (NodesMetrics, error)