Skip to content

Commit 876a71d

Browse files
committed
fix linter
1 parent c9347ed commit 876a71d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/plugins/opentelemetry/src/hive-span-processor.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ import {
99
} from '@opentelemetry/sdk-trace-base';
1010
import type { SpanImpl } from '@opentelemetry/sdk-trace-base/build/src/Span';
1111
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';
12+
import { SEMATTRS_HIVE_GATEWAY_OPERATION_SUBGRAPH_NAMES } from './attributes';
1713

1814
export type HiveTracingSpanProcessorOptions =
1915
| {

0 commit comments

Comments
 (0)