aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example4
1 files changed, 3 insertions, 1 deletions
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:
207 # Accept warn/error logs coming from the client 207 # Accept warn/error logs coming from the client
208 accept_client_log: true 208 accept_client_log: true
209 209
210# Highly experimental support of Open Telemetry 210# Support of Open Telemetry metrics and tracing
211# For more information: https://docs.joinpeertube.org/maintain-observability
211open_telemetry: 212open_telemetry:
212 metrics: 213 metrics:
213 enabled: false 214 enabled: false
214 215
215 # Create a prometheus exporter server on this port so prometheus server can scrape PeerTube metrics 216 # Create a prometheus exporter server on this port so prometheus server can scrape PeerTube metrics
216 prometheus_exporter: 217 prometheus_exporter:
218 hostname: '127.0.0.1'
217 port: 9091 219 port: 9091
218 220
219 tracing: 221 tracing: