On Thursday, 28 July 2022 at 06:43:09 UTC+1 [email protected] wrote: > And one more question is , I already have node exporter to scrape target > group A, but I only want to monitor ldap on ldap servers which are in group > A, can I implement this with textfile collector? Is textfile colloector > share the same target files with node exporter? >
textfile collector is one of the (many) collectors which are parts of node_exporter. Any single scrape of node_exporter will return *all* metrics from *all* enabled collectors on that node. Therefore, if you have a scrape job which scrapes node_exporter, then you'll get textfile collector results from all of those nodes - at least, those which have the --collector.textfile.directory flag set. -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/50b61fa4-a505-4f20-b7e1-38f25f0b08e5n%40googlegroups.com.

