diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 7ce345e2d..db014cc87 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -222,6 +222,10 @@ open_telemetry: | |||
222 | metrics: | 222 | metrics: |
223 | enabled: false | 223 | enabled: false |
224 | 224 | ||
225 | http_request_duration: | ||
226 | # You can disable HTTP request duration metric that can have a high tag cardinality | ||
227 | enabled: true | ||
228 | |||
225 | # Create a prometheus exporter server on this port so prometheus server can scrape PeerTube metrics | 229 | # Create a prometheus exporter server on this port so prometheus server can scrape PeerTube metrics |
226 | prometheus_exporter: | 230 | prometheus_exporter: |
227 | hostname: '127.0.0.1' | 231 | hostname: '127.0.0.1' |