Skip to content

Commit 3ee2ed6

Browse files
committed
Fix
1 parent 52c26b5 commit 3ee2ed6

File tree

1 file changed

+4
-1
lines changed
  • packages/instrumentation-openai/src

1 file changed

+4
-1
lines changed

packages/instrumentation-openai/src/utils.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
*/
1616
import { diag } from '@opentelemetry/api';
1717
import type { Attributes, DiagLogger } from '@opentelemetry/api';
18-
import { ATTR_SERVER_ADDRESS, ATTR_SERVER_PORT } from './semconv';
18+
import {
19+
ATTR_SERVER_ADDRESS,
20+
ATTR_SERVER_PORT,
21+
} from '@opentelemetry/semantic-conventions';
1922

2023
/**
2124
* Read a boolean from an environment variable.

0 commit comments

Comments
 (0)