Ben Kochie

Results 1558 comments of Ben Kochie

https://github.com/prometheus-community/pgbouncer_exporter/pull/153 would be a better solution if the issues were addressed.

This should be fixed so that the sub-second is combined into one metric. There's no backwards compatibility problem here. Metrics are all float64.

No, I wouldn't consider that breaking, it's also easy to adjust queries like that ahead of adding additional precision. We can make a note of it in the changelog. People...

This needs to be mapped properly into `maxwait_seconds`. The way this exporter is built, combing two values is tricky.

Interesting, can you post the output of `SHOW databases;` when connected to your Odyssey instance?

If you could provide more documentation on the feature that would help anyone willing to implement. What are the queries, what is the output format of the queries, what the...

Yes, this seems like it's already correct.

Prometheus metrics shouldn't decay, that's a specific problem with summaries, which aren't used here. For example, counters should be monotonically increasing. There are some gauges, but I don't see any...

This is a bit like a build info metric. Since `helm_release` is a version string, you probably want to make that a label. And the value should be 1. I...