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 52c26b5 commit 3ee2ed6Copy full SHA for 3ee2ed6
packages/instrumentation-openai/src/utils.ts
@@ -15,7 +15,10 @@
15
*/
16
import { diag } from '@opentelemetry/api';
17
import type { Attributes, DiagLogger } from '@opentelemetry/api';
18
-import { ATTR_SERVER_ADDRESS, ATTR_SERVER_PORT } from './semconv';
+import {
19
+ ATTR_SERVER_ADDRESS,
20
+ ATTR_SERVER_PORT,
21
+} from '@opentelemetry/semantic-conventions';
22
23
/**
24
* Read a boolean from an environment variable.
0 commit comments