Skip to content

Commit 776a031

Browse files
committed
use database and not databases as the key
1 parent 481be92 commit 776a031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/node/opentelemetry-instrumentation-pg/src/instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class PgInstrumentation extends InstrumentationBase<PgInstrumentationConf
9696
constructor(config: PgInstrumentationConfig = {}) {
9797
super(PACKAGE_NAME, PACKAGE_VERSION, config);
9898
this._semconvStability = semconvStabilityFromStr(
99-
'databases',
99+
'database',
100100
process.env.OTEL_SEMCONV_STABILITY_OPT_IN
101101
);
102102
}

0 commit comments

Comments
 (0)