Keith Fiske

Results 237 comments of Keith Fiske

It's failing on the metric that has no column names. `?column?` is the column name that postgres gives when you run a bare select statement like that ``` # SELECT...

> > > I see part of this problem is that the user-provided query system allows the exporter to be abused as a general use SQL exporter. IMO we should...

We actually run two postgres_exporters to sort of solve the primary issue brought up here - A single set of metrics that is cluster wide (connections, replication, etc). This only...

I'd be happy to help contribute to some query standardization here. However, that could just be for the standard ones that are included and turned on by default the way...

Great to hear the plans going forward for this. Look forward to helping where I can. If anything comes out of this, though, I really do think there needs to...

Looking at other examples, there is a separate one for haproxy 2 even from the same author (https://grafana.com/grafana/dashboards/12693) . Need to see if there's any differences in the exporter between...

Possibly use this to get CPU count? ``` count(count(node_cpu_seconds_total{cpu=~".*"}) by (cpu)) ``` Edit: Above expression does not work. Good one added in PR.

Any possibility of looking into this soon? Without both of these metrics (size & %) working properly together it's very hard to get an accurate bloat alert going. If only...

Any chance someone can review this and see about merging it? Without it, custom queries are pretty much useless if you need to use perfdata.

Any progress on this? Just ran into having to manually go and remove 50+ service downtimes for a host I put into an extended downtime but came back up early....