Incorrect indentation.
This commit is contained in:
parent
c0d25cee08
commit
dfcc86d6e1
1 changed files with 3 additions and 3 deletions
|
@ -704,9 +704,9 @@ object_storage:
|
||||||
open_telemetry:
|
open_telemetry:
|
||||||
metrics:
|
metrics:
|
||||||
enabled: false
|
enabled: false
|
||||||
http_request_duration:
|
http_request_duration:
|
||||||
# You can disable HTTP request duration metric that can have a high tag cardinality
|
# You can disable HTTP request duration metric that can have a high tag cardinality
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
# Create a prometheus exporter server on this port so prometheus server can scrape PeerTube metrics
|
# Create a prometheus exporter server on this port so prometheus server can scrape PeerTube metrics
|
||||||
prometheus_exporter:
|
prometheus_exporter:
|
||||||
|
|
Reference in a new issue