Multiple exporters in a single script/exporter

I’m not sure if what I’m doing is wrong or if there’s a better way to do so, but is there a way to get multiple exporters in a single package my current scenario is running PMM in a VM and using Node exporter, log exporter, and others on every Server on the network (6 servers to be exact) all have multiple containers, DB, processes this gets the job done but makes management hard so is there a way to use a single exporter or container for all those exporters I’m using?

1 Like

Unfortunately, no. Each exporter collects unique metrics. There is no way to combine them into a single exporter. You can simplify management by adding the exporters to your base container image. That way, when you deploy containers, the exporters are already present and configured, ready to go.

1 Like