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 481be92 commit 776a031Copy full SHA for 776a031
plugins/node/opentelemetry-instrumentation-pg/src/instrumentation.ts
@@ -96,7 +96,7 @@ export class PgInstrumentation extends InstrumentationBase<PgInstrumentationConf
96
constructor(config: PgInstrumentationConfig = {}) {
97
super(PACKAGE_NAME, PACKAGE_VERSION, config);
98
this._semconvStability = semconvStabilityFromStr(
99
- 'databases',
+ 'database',
100
process.env.OTEL_SEMCONV_STABILITY_OPT_IN
101
);
102
}
0 commit comments