# Functions

DummyRestClientConfig Mocks used for testing in the metrics and other packages.
NewClient creates a new Metrics Client including discovering and mapping the available APIs, and pulling the API version.
NewDummyMetricsClient receives the Node metrics and return the map values of client.
TestNodeMetricCustomInfo returns slice with NodeMetrics from a arrays of nodesNames and numbers.

# Variables

InstanceOfMockMetricClientMap refers to the metrics from Nodes.

# Structs

CustomMetricsClient embeds a client for the custom Metrics API.
DummyMetricsClient structured with a map of NodeMetricsInfo.
NodeMetric holds information on a single piece of telemetry data.

# Interfaces

Client knows how to query CustomMetricsAPI to return Node Metrics.

# Type aliases

NodeMetricsInfo holds a map of metric information related to a single named metric.