package
0.3.7
Repository: https://github.com/dgrisonnet/metrics-server.git
Documentation: pkg.go.dev

# Structs

FunctionSource is a sources.MetricSource that calls a function to return the given data points.

# Type aliases

CollectFunc is the function signature of FunctionSource#GenerateBatch, and knows how to generate a MetricsBatch.
StaticSourceProvider is a fake sources.MetricSourceProvider that returns metrics from a static list.