client_golang
client_golang copied to clipboard
Prometheus instrumentation library for Go applications
Avoid rounding error for large-valued Counters. @ArthurSens @bwplotka @kakkoyun
At the same time, it also solves the linting problem we're getting on main
### What problem is this PR solving? fixes https://github.com/prometheus/client_golang/issues/1437 ### Description of the changes - Whenever we push commits to a PR, workflows are triggered for that commit. After that,...
This PR adds an extra option to print _created lines when OpenMetrics is the chosen exposition format. It's implemented following the conditional option added in https://github.com/prometheus/common/pull/504.
On every new release, we need to provide a list of changes that made it into the release. This log of changes is maintained in the [CHANGELOG.md](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) file. Updating the...
Hello, I am using this library to interact with Prometheus and realized the mocks are missing for the [API interface](https://github.com/prometheus/client_golang/blob/d69fe9a80254b8a262bb071cad63595fcbff6dab/api/prometheus/v1/api.go#L464). Is there any plan to provide mocks so users can...
Client_golang promises support for the latest the last 3 major versions of Go. On every new Go release, we need to submit a few PRs updating the metrics collected by...
Hi Team! This error has been happening sporadically in a live environment. I am unable to replicate the issue using unit tests. My error could be related to [this guy](https://github.com/prometheus/client_golang/issues/1231)...
Hello everyone! I am faced with the problem of re-registering metrics. I have seen the last occurrence of a similar problem in https://github.com/prometheus/client_golang/issues/242. Link to the repository with the sample...
We want vendor-independent and locally reproducible CI/CD pipelines so that our contributors can ensure quality before opening the pull requests.