summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/config.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/example/config.yaml b/example/config.yaml
index 2f2c42003..a62d5940e 100644
--- a/example/config.yaml
+++ b/example/config.yaml
@@ -793,6 +793,22 @@ tracing-endpoint: ""
# Default: false
tracing-insecure-transport: false
+# Bool. Enable OpenTelemetry based metrics support.
+# Default: false
+metrics-enabled: false
+
+# Bool. Enable HTTP Basic Authentication for Prometheus metrics endpoint.
+# Default: false
+metrics-auth-enabled: false
+
+# String. Username for Prometheus metrics endpoint.
+# Default: ""
+metrics-auth-username: ""
+
+# String. Password for Prometheus metrics endpoint.
+# Default: ""
+metrics-auth-password: ""
+
################################
##### HTTP CLIENT SETTINGS #####
################################