Disabled open telemetry for now.
This commit is contained in:
parent
0bfc229056
commit
c0d25cee08
1 changed files with 16 additions and 0 deletions
|
@ -704,3 +704,19 @@ object_storage:
|
|||
open_telemetry:
|
||||
metrics:
|
||||
enabled: false
|
||||
http_request_duration:
|
||||
# You can disable HTTP request duration metric that can have a high tag cardinality
|
||||
enabled: true
|
||||
|
||||
# Create a prometheus exporter server on this port so prometheus server can scrape PeerTube metrics
|
||||
prometheus_exporter:
|
||||
hostname: '127.0.0.1'
|
||||
port: 9091
|
||||
|
||||
tracing:
|
||||
# If tracing is enabled, you must provide --experimental-loader=@opentelemetry/instrumentation/hook.mjs flag to the node binary
|
||||
enabled: false
|
||||
|
||||
# Send traces to a Jaeger compatible endpoint
|
||||
jaeger_exporter:
|
||||
endpoint: ''
|
||||
|
|
Reference in a new issue