Multiple Instance Per Exporter

Hi,
We currently installed memcached exporters into our system. We saw that 1:1 mapping between exporters and memcached instances. I just saw that there are some issues that people want to use one exporter to export metrics from multiple instances. It seems the committers don’t recommend this way but open for discussion. But I couldn’t see any discussion in github. So, I want to listen from you why you decide this 1:1 mapping and why you don’t want to support it :slight_smile:

The issue I am talking about is here

In general the model for Prometheus is to have applications instrumented & scraped directly, or to have an exporter that stands in for that. So in general the recommendation is 1:1 - ideally installing the exporter right next to the application it is monitoring (i.e on the same server).

1 Like