diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 1 | ||||
-rw-r--r-- | config/production.yaml.example | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 9d217b56b..fcd634d1d 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -261,6 +261,7 @@ open_telemetry: | |||
261 | port: 9091 | 261 | port: 9091 |
262 | 262 | ||
263 | tracing: | 263 | tracing: |
264 | # If tracing is enabled, you must provide --experimental-loader=@opentelemetry/instrumentation/hook.mjs flag to the node binary | ||
264 | enabled: false | 265 | enabled: false |
265 | 266 | ||
266 | # Send traces to a Jaeger compatible endpoint | 267 | # Send traces to a Jaeger compatible endpoint |
diff --git a/config/production.yaml.example b/config/production.yaml.example index 2afc5f982..2ec7c3fca 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -259,6 +259,7 @@ open_telemetry: | |||
259 | port: 9091 | 259 | port: 9091 |
260 | 260 | ||
261 | tracing: | 261 | tracing: |
262 | # If tracing is enabled, you must provide --experimental-loader=@opentelemetry/instrumentation/hook.mjs flag to the node binary | ||
262 | enabled: false | 263 | enabled: false |
263 | 264 | ||
264 | # Send traces to a Jaeger compatible endpoint | 265 | # Send traces to a Jaeger compatible endpoint |