Joe Adams
Joe Adams
@SuperQ Good idea. I removed the commented code.
LGTM. Thanks!
What version of the exporter are you using? What flags are you using? What version of elasticsearch? What is the configuration of your elasticsearch cluster (number of nodes and which...
@AlexDHoffer I think there could be a bug in the flag logic. The flag logic comes from node_exporter and it's mostly copy/paste. Each collector in the collector directory is supposed...
Ok I figured out how why the --help options don't show how to disable default collectors. The problem is outlined here: https://github.com/alecthomas/kingpin/issues/216 The short answer is that for every --collector.collector_name...
I assume the question is more around using an IAM policy for authentication to RDS postgres. Unfortunately I haven't worked with postgres RDS and I don't have an environment to...
The best way to use one collector for metrics on several postgres instances is to use the [multi-target support](https://github.com/prometheus-community/postgres_exporter?tab=readme-ov-file#multi-target-support-beta). We're in the (slow) process of standardizing the code and how...
The service monitor does not need the secrets for elasticsearch. The service monitor is for prometheus to find the exporter which will not have the same auth as elasticsearch. You...
You should be able to enable alias metrics `--es.aliases` and then use something like `group_left()` to get the label on the index query https://prometheus.io/docs/prometheus/latest/querying/operators/#group-modifiers
@mcosta74 That is correct.