Skip to content

Commit 5dcdfc4

Browse files
committed
add tests for hive root span attribute
1 parent 675c2e6 commit 5dcdfc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plugins/opentelemetry/tests/useOpenTelemetry.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,7 @@ describe('useOpenTelemetry', () => {
12221222
// Hive specific
12231223
['hive.client.name']: 'test-client-name',
12241224
['hive.client.version']: 'test-client-version',
1225+
['hive.graphql']: true,
12251226

12261227
// Operation Attributes
12271228
[SEMATTRS_GRAPHQL_DOCUMENT]: 'query testOperation{hello}',

0 commit comments

Comments
 (0)