Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Nov 3, 2023
1 parent 2539b8a commit af9ca11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/autometrics/src/objectives.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Attributes } from "npm:@opentelemetry/api@^1.6.0";
import type { Attributes } from "$otel/api";

import {
OBJECTIVE_LATENCY_THRESHOLD_LABEL,
Expand Down
2 changes: 1 addition & 1 deletion packages/autometrics/src/wrappers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ValueType } from "npm:@opentelemetry/api@^1.6.0";
import { ValueType } from "$otel/api";

import {
CALLER_FUNCTION_LABEL,
Expand Down

0 comments on commit af9ca11

Please sign in to comment.