Commit 19554c9 1 parent 9760ba2 commit 19554c9 Copy full SHA for 19554c9
File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,21 @@ rodhaj:
21
21
# Note: Set this to false or remove this entry when running Rodhaj in production
22
22
dev_mode : False
23
23
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
+
24
39
# The PostgreSQL connection URI that is used to connect to the database
25
40
# The URI must be valid, and components will need to be quoted.
26
41
# See https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING
You can’t perform that action at this time.
0 commit comments