Skip to main content
Tungsten Replicator

Disabling the Prometheus Exporters

The Prometheus exporters are all enabled by default. It is simple to disable them using the following procedure.

Add the following to /etc/tungsten/tungsten.ini under the [defaults] section:

Add the following line to /etc/tungsten/tungsten.ini under the [defaults] section:

shell> vi /etc/tungsten/tungsten.ini
[defaults]
property=replicator.prometheus.exporter.enabled=false
...

Update the configuration:

shell> tpm update
important

You may need to restart the Replicator, depending on what was changed.

Verify that the port is no longer listening:

shell> sudo netstat -pan | grep 8091