Skip to main content
Tungsten Replicator

Customizing the Prometheus Exporter Configuration

If the default port (8091) is in conflict, it is possible to change it.

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

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

Update the configuration:

shell> tpm update
important

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

Verify that the port is listening:

shell> sudo netstat -pan | grep 28091