# 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.