client_golang icon indicating copy to clipboard operation
client_golang copied to clipboard

Prometheus instrumentation library for Go applications

Results 221 client_golang issues
Sort by recently updated
recently updated
newest added

Was something like this required for #977? (I'm aware tests are failing, will look into it more) Got the following benchmark results (used the existing benchmark test in `client_test.go`, not...

FORTIFY is throwing Yaml V2 vulnerabilities, could you please migrate to new versions

Currently, we use it in all our examples: https://pkg.go.dev/github.com/prometheus/client_golang/prometheus

This change allows Registries to be used as Collectors. This enables new instances of Registry to be passed to ephemeral subroutines for collecting metrics from subroutines which are still running:...

I have a use case where I'd like to be able to apply labels on a per-request basis to metrics that are collected in the `Instrument*` set of wrappers (e.g....

We have received the following stack trace from Sentry. ``` runtime.errorString: runtime error: invalid memory address or nil pointer dereference File "github.com/prometheus/[email protected]/prometheus/histogram.go", line 177, in newHistogram File "github.com/prometheus/[email protected]/prometheus/histogram.go", line 431,...

bug
help wanted
stale
good first issue

We have a number of custom collectors that wrap other collectors - e.g. some cached value is periodically refreshed, where we want to collect metrics about the last refresh time,...