Skip to content

Commit

Permalink
fix(host-metrics): widen MeterProvider type restriction in BaseMetric…
Browse files Browse the repository at this point in the history
…s class (#2428)
  • Loading branch information
brianphillips authored Sep 12, 2024
1 parent 9a7690e commit cb89486
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/opentelemetry-host-metrics/src/BaseMetrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
* limitations under the License.
*/

import { Meter, diag, metrics } from '@opentelemetry/api';
import { MeterProvider } from '@opentelemetry/sdk-metrics';
import { Meter, MeterProvider, diag, metrics } from '@opentelemetry/api';

import { PACKAGE_NAME, PACKAGE_VERSION } from './version';

Expand Down

0 comments on commit cb89486

Please sign in to comment.