From 19554c9ea9ee7108e621ca1431826d29202dd01a Mon Sep 17 00:00:00 2001 From: Noelle Wang <73260931+No767@users.noreply.github.com> Date: Wed, 24 Jul 2024 19:13:59 -0700 Subject: [PATCH] Document missing Prometheus configuration options (#165) --- config-example.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config-example.yml b/config-example.yml index 9a1e38f..19837cd 100644 --- a/config-example.yml +++ b/config-example.yml @@ -21,6 +21,21 @@ rodhaj: # Note: Set this to false or remove this entry when running Rodhaj in production dev_mode: False + # Prometheus exporter for Rodhaj. The following keys are used in order to control + # the behavior of the Prometheus exporter + prometheus: + + # Whether the Prometheus exporter is enabled or not + enabled: False + + # The host that the Prometheus exporter will bind to. By default, + # it will always be set to 127.0.0.1 + host: "127.0.0.1" + + # The port used for the Prometheus exporter. By default, + # it will always be set to 8555 + port: 8555 + # The PostgreSQL connection URI that is used to connect to the database # The URI must be valid, and components will need to be quoted. # See https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING