go-metrics
go-metrics copied to clipboard
Package for metrics collection in Docker projects
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20220406163625-3f8b81556e12 to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Signed-Off-By: Sebastiaan van Stijn
Hello, The README.md and LICENSE.docs files are inconsistent about which license applies to the go-metrics documentation. The README.md file says that docs are: "...licensed under the _Creative Commons Attribution 4.0...
closes #6 This PR provides a means to get the Registerer and Gatherer being used by the package. It also eliminates using the default prometheus registry. This means that things...
Right now the library is using the default registry (which is also a [Gatherer](https://github.com/prometheus/client_golang/blob/66058aac3a83021948e5fb12f1f408ff556b9037/prometheus/registry.go#L48)). Is a goal of this library to not expose the underlying prometheus objects by wrapping them?...