From 31a9ed960ff1013940d677cb56f83ecd90a93e26 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 15 Nov 2022 13:56:04 +0100 Subject: Add configuration for prometheus exporter hostname --- config/production.yaml.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config/production.yaml.example') diff --git a/config/production.yaml.example b/config/production.yaml.example index 100bc7948..da067b3b5 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -207,13 +207,15 @@ log: # Accept warn/error logs coming from the client accept_client_log: true -# Highly experimental support of Open Telemetry +# Support of Open Telemetry metrics and tracing +# For more information: https://docs.joinpeertube.org/maintain-observability open_telemetry: metrics: enabled: false # Create a prometheus exporter server on this port so prometheus server can scrape PeerTube metrics prometheus_exporter: + hostname: '127.0.0.1' port: 9091 tracing: -- cgit v1.2.3