diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 4 | ||||
-rw-r--r-- | config/production.yaml.example | 4 |
2 files changed, 8 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' |
diff --git a/config/production.yaml.example b/config/production.yaml.example index 877d77e01..a169c6c0e 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -220,6 +220,10 @@ open_telemetry: | |||
220 | metrics: | 220 | metrics: |
221 | enabled: false | 221 | enabled: false |
222 | 222 | ||
223 | http_request_duration: | ||
224 | # You can disable HTTP request duration metric that can have a high tag cardinality | ||
225 | enabled: true | ||
226 | |||
223 | # Create a prometheus exporter server on this port so prometheus server can scrape PeerTube metrics | 227 | # Create a prometheus exporter server on this port so prometheus server can scrape PeerTube metrics |
224 | prometheus_exporter: | 228 | prometheus_exporter: |
225 | hostname: '127.0.0.1' | 229 | hostname: '127.0.0.1' |