Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from overbit/chore/reduce-noise
Browse files Browse the repository at this point in the history
chore: reduce tracing excessive noise
  • Loading branch information
overbit authored Jun 15, 2023
2 parents 1b4e060 + 504e000 commit a96de0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/OpenTelemetryModuleDefaultConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ export const OpenTelemetryModuleDefaultConfig = <OpenTelemetryModuleConfig>{
'@opentelemetry/instrumentation-net': {
enabled: false,
},
'@opentelemetry/instrumentation-dns': {
enabled: false,
},
'@opentelemetry/instrumentation-graphql': {
enabled: true,
mergeItems: true,
Expand Down

0 comments on commit a96de0d

Please sign in to comment.