containerpope / nifi-prometheus-reporter

A reporting task in Nifi which is capable of sending monitoring statistics as prometheus metrics to a prometheus pushgateway.
Apache License 2.0
52 stars 32 forks source link

Process Group ID discovery #24

Closed Anton-S5 closed 5 years ago

Anton-S5 commented 5 years ago

Thanks for the reporting task, it's been helpful.

A question about the "Process group ID(s)" field in the task's configuration. I understand you can get metrics for a specific PG by specifying its ID, or global metrics if the field is empty. However, we've got a large number of PGs - is there a query/method for automatic discovery of PG IDs without manually specifying them?

containerpope commented 5 years ago

No that is not possible, you would have to do it manually.