Skip to content

Commit

Permalink
disable fs instrumentation library
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Tessier <[email protected]>
  • Loading branch information
puckpuck committed Mar 20, 2024
1 parent 4b093f7 commit 6e35cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend/utils/telemetry/Instrumentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ const sdk = new opentelemetry.NodeSDK({
traceExporter: new OTLPTraceExporter(),
instrumentations: [
getNodeAutoInstrumentations({
// only instrument fs if it is part of another trace
// disable fs instrumentation to reduce noise
'@opentelemetry/instrumentation-fs': {
requireParentSpan: true,
enabled: false,
},
})
],
Expand Down

0 comments on commit 6e35cb0

Please sign in to comment.