Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(sdk-metrics-base): meter shared states #2821

Merged
Prev Previous commit
fixup!
  • Loading branch information
legendecas committed Apr 8, 2022
commit 03fa81f0c99f68cfef70c6a5d75312d6c32231a7
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

import { HrTime } from '@opentelemetry/api';
import * as metrics from '@opentelemetry/api-metrics-wip';
import * as metrics from '@opentelemetry/api-metrics';
import { InstrumentationLibrary } from '@opentelemetry/core';
import { InstrumentationLibraryMetrics } from '../export/MetricData';
import { createInstrumentDescriptorWithView, InstrumentDescriptor } from '../InstrumentDescriptor';
Expand Down