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 ca70bb9 commit de7a6cbCopy full SHA for de7a6cb
plugins/node/opentelemetry-instrumentation-redis-4/src/instrumentation.ts
@@ -335,7 +335,7 @@ export class RedisInstrumentation extends InstrumentationBase<RedisInstrumentati
335
return function patchedConnect(this: any): Promise<void> {
336
const options = this.options;
337
338
- const attributes = getClientAttributes(this._diag, options);
+ const attributes = getClientAttributes(plugin._diag, options);
339
340
const span = plugin.tracer.startSpan(
341
`${RedisInstrumentation.COMPONENT}-connect`,
0 commit comments