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 44311d7 commit c6ac4acCopy full SHA for c6ac4ac
packages/instrumentation-openai/src/instrumentation.ts
@@ -13,6 +13,8 @@
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
+
17
+// avoids a dependency on @opentelemetry/core for hrTime utilities
18
import { performance } from 'perf_hooks';
19
20
import { context, SpanKind, SpanStatusCode, trace } from '@opentelemetry/api';
0 commit comments