Skip to content

Commit 91100a4

Browse files
committed
fix(instrumentation-ioredis): add instrumentCluster config option to default settings
1 parent 89fc571 commit 91100a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/instrumentation-ioredis/src/instrumentation.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import { PACKAGE_NAME, PACKAGE_VERSION } from './version';
3838

3939
const DEFAULT_CONFIG: IORedisInstrumentationConfig = {
4040
requireParentSpan: true,
41+
instrumentCluster: false,
4142
};
4243

4344
export class IORedisInstrumentation extends InstrumentationBase<IORedisInstrumentationConfig> {

0 commit comments

Comments
 (0)