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 5499bd9 commit 4e43e12Copy full SHA for 4e43e12
plugins/node/opentelemetry-instrumentation-knex/src/utils.ts
@@ -16,7 +16,7 @@
16
17
import { Exception } from '@opentelemetry/api';
18
import { DB_SYSTEM_NAME_VALUE_POSTGRESQL } from '@opentelemetry/semantic-conventions';
19
-import { DB_SYSTEM_NAME_VALUE_SQLITE } from '@opentelemetry/semantic-conventions/incubating';
+import { DB_SYSTEM_NAME_VALUE_SQLITE } from './semconv';
20
21
type KnexError = Error & {
22
code?: string;
0 commit comments