mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-16 16:21:01 +01:00
This allows other implementations to inject their own statistics that they're gathering in data linked from the context.Context. For example, Cortex can inject its stats.Stats value under the `cortex` key. Signed-off-by: Andrew Bloomgarden <blmgrdn@amazon.com>