We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f5123 commit c041f9aCopy full SHA for c041f9a
plugins/node/instrumentation-undici/src/undici.ts
@@ -470,6 +470,7 @@ export class UndiciInstrumentation extends InstrumentationBase<UndiciInstrumenta
470
SemanticAttributes.SERVER_PORT,
471
SemanticAttributes.URL_SCHEME,
472
SemanticAttributes.ERROR_TYPE,
473
+ SemanticAttributes.HTTP_ROUTE,
474
];
475
keysToCopy.forEach(key => {
476
if (key in attributes) {
0 commit comments