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 8cfc8cf commit 1a26f01Copy full SHA for 1a26f01
packages/opentelemetry/src/attributes.ts
@@ -1,4 +1,4 @@
1
-const kdb = "db.kdb";
+const kurrentdb = "db.kurrentdb";
2
const db = "db";
3
const server = "server";
4
const streams = "streams";
@@ -14,8 +14,8 @@ export const KurrentAttributes = {
14
STREAM_APPEND: `${streams}.append`,
15
STREAM_SUBSCRIBE: `${streams}.subscribe`,
16
17
- KURRENT_DB_STREAM: `${kdb}.stream`,
18
- KURRENT_DB_SUBSCRIPTION_ID: `${kdb}.subscription.id`,
19
- KURRENT_DB_EVENT_ID: `${kdb}.event.id`,
20
- KURRENT_DB_EVENT_TYPE: `${kdb}.event.type`,
+ KURRENT_DB_STREAM: `${kurrentdb}.stream`,
+ KURRENT_DB_SUBSCRIPTION_ID: `${kurrentdb}.subscription.id`,
+ KURRENT_DB_EVENT_ID: `${kurrentdb}.event.id`,
+ KURRENT_DB_EVENT_TYPE: `${kurrentdb}.event.type`,
21
};
0 commit comments