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 c9347ed commit 876a71dCopy full SHA for 876a71d
packages/plugins/opentelemetry/src/hive-span-processor.ts
@@ -9,11 +9,7 @@ import {
9
} from '@opentelemetry/sdk-trace-base';
10
import type { SpanImpl } from '@opentelemetry/sdk-trace-base/build/src/Span';
11
import { SEMATTRS_HTTP_METHOD } from '@opentelemetry/semantic-conventions';
12
-import {
13
- SEMATTRS_HIVE_GATEWAY_OPERATION_SUBGRAPH_NAMES,
14
- SEMATTRS_HIVE_GRAPHQL_ERROR_CODES,
15
- SEMATTRS_HIVE_GRAPHQL_ERROR_COUNT,
16
-} from './attributes';
+import { SEMATTRS_HIVE_GATEWAY_OPERATION_SUBGRAPH_NAMES } from './attributes';
17
18
export type HiveTracingSpanProcessorOptions =
19
| {
0 commit comments