We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b408b71 commit 51bb2f6Copy full SHA for 51bb2f6
.changeset/good-suns-kneel.md
@@ -0,0 +1,5 @@
1
+---
2
+"@inkeep/agents-api": patch
3
4
+
5
+remove noisy instrumentation in agents api
agents-api/src/instrumentation.ts
@@ -65,6 +65,9 @@ export const defaultInstrumentations: NonNullable<NodeSDKConfiguration['instrume
65
span.updateName(host ? `${method} ${host}${path}` : `${method} ${path}`);
66
},
67
68
+ '@opentelemetry/instrumentation-fs': { enabled: false },
69
+ '@opentelemetry/instrumentation-dns': { enabled: false },
70
+ '@opentelemetry/instrumentation-net': { enabled: false },
71
}),
72
];
73
0 commit comments