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 a95d05b commit e9276f8Copy full SHA for e9276f8
packages/instrumentation-ioredis/src/instrumentation.ts
@@ -184,7 +184,7 @@ export class IORedisInstrumentation extends InstrumentationBase<IORedisInstrumen
184
}
185
186
const { host, port } = this.options;
187
-
+
188
const dbQueryText = dbStatementSerializer(cmd.name, cmd.args);
189
if (instrumentation._dbSemconvStability & SemconvStability.OLD) {
190
attributes[ATTR_DB_SYSTEM] = DB_SYSTEM_VALUE_REDIS;
0 commit comments