Skip to content

Commit 8316770

Browse files
committed
Merge branch 'main' into dev/jamievlin/snippets
2 parents 2d467bc + 19554c9 commit 8316770

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

config-example.yml

+15
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,21 @@ rodhaj:
2121
# Note: Set this to false or remove this entry when running Rodhaj in production
2222
dev_mode: False
2323

24+
# Prometheus exporter for Rodhaj. The following keys are used in order to control
25+
# the behavior of the Prometheus exporter
26+
prometheus:
27+
28+
# Whether the Prometheus exporter is enabled or not
29+
enabled: False
30+
31+
# The host that the Prometheus exporter will bind to. By default,
32+
# it will always be set to 127.0.0.1
33+
host: "127.0.0.1"
34+
35+
# The port used for the Prometheus exporter. By default,
36+
# it will always be set to 8555
37+
port: 8555
38+
2439
# The PostgreSQL connection URI that is used to connect to the database
2540
# The URI must be valid, and components will need to be quoted.
2641
# See https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING

0 commit comments

Comments
 (0)