mirror of
https://github.com/docker/cli.git
synced 2026-08-28 10:05:17 -05:00
- Add support for creating timers with custom histogram buckets. - Update `github.com/prometheus/client_golang` to v1.20.5. - Update the minimum supported Go version to Go 1.21. - Improve HTTP handler instrumentation, including minor performance improvements and cleanup. - Avoid mutating shared label maps when creating namespaces and metrics. - Encapsulate the Prometheus collector used by `HTTPMetric`. - Improve package and API documentation. - Update `golang.org/x/sys` and other dependencies. full diff: https://github.com/docker/go-metrics/compare/v0.0.1...v0.1.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
5 lines
158 B
Go
5 lines
158 B
Go
// Package metrics is small wrapper around the prometheus go client to help
|
|
// enforce convention and best practices for metrics collection.
|
|
|
|
package metrics
|