pushgateway icon indicating copy to clipboard operation
pushgateway copied to clipboard

Push acceptor for ephemeral and batch jobs.

Results 21 pushgateway issues
Sort by recently updated
recently updated
newest added

If a histogram has no classic buckets, assume its a native histogram and render the stringyfied version of it. Fixes: #515

Propagating changes from prometheus/prometheus default branch.

Bumps google.golang.org/protobuf from 1.33.0 to 1.34.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.33.0&new-version=1.34.0)](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 it yourself. You can also trigger a...

dependencies

Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.51.1 to 0.51.2. Commits b4c0ab5 Cut release 2.51.2 c97a066 Merge pull request #13861 from simonpasquier/fix-sendall-deadlock 8bd6ae1 Notifier: fix deadlock when zero alerts See full diff in compare...

dependencies

Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.52.2 to 0.53.0. Release notes Sourced from github.com/prometheus/common's releases. v0.53.0 What's Changed Add StatusAt method for Alert struct by @​grobinson-grafana in prometheus/common#618 config: allow exposing real secret...

dependencies

As raised in https://github.com/prometheus/client_ruby/issues/306, we will need some way to encode UTF-8 metric and label names in pushgateway URLs. This may be tricky because the current method does allow for...

feature request
not-as-easy-as-it-looks

On windows using curl.exe and the example `echo "some_metric 3.14" | curl ...` does not work, echo sends the double quotes and pushgateway returns an error. Single quotes get echo'ed...

help wanted

It's still an experimental feature, but it should be relatively easy to add support to the PGW.

feature request

## Feature request We are seeing pushgateway occasionally get into a state where it will not accept metrics. The UI reports everything as "last push failed", and no new metrics...

bug
feature request

## Feature request Currently the Pushgateway can only accept and emit metrics using Prometheus's original text format. There is no support for the new OpenMetrics format, even though Prometheus itself...

feature request