diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/default.yaml b/config/default.yaml index a916b1dc3..19e2fcf3a 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -209,13 +209,15 @@ log: | |||
209 | # Accept warn/error logs coming from the client | 209 | # Accept warn/error logs coming from the client |
210 | accept_client_log: true | 210 | accept_client_log: true |
211 | 211 | ||
212 | # Highly experimental support of Open Telemetry | 212 | # Support of Open Telemetry metrics and tracing |
213 | # For more information: https://docs.joinpeertube.org/maintain-observability | ||
213 | open_telemetry: | 214 | open_telemetry: |
214 | metrics: | 215 | metrics: |
215 | enabled: false | 216 | enabled: false |
216 | 217 | ||
217 | # Create a prometheus exporter server on this port so prometheus server can scrape PeerTube metrics | 218 | # Create a prometheus exporter server on this port so prometheus server can scrape PeerTube metrics |
218 | prometheus_exporter: | 219 | prometheus_exporter: |
220 | hostname: '127.0.0.1' | ||
219 | port: 9091 | 221 | port: 9091 |
220 | 222 | ||
221 | tracing: | 223 | tracing: |