Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Oct 7, 2023
1 parent 37cdef3 commit 80eb992
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { diag, ValueType } from '@opentelemetry/api';
import { MetricStorage } from '../../src/state/MetricStorage';
import { HrTime } from '@opentelemetry/api';
import { MetricCollectorHandle } from '../../src/state/MetricCollector';
import { MetricData, InstrumentDescriptor, InstrumentType } from '../../src';
import { MetricData, InstrumentType } from '../../src';
import { Maybe } from '../../src/utils';
import * as assert from 'assert';
import * as sinon from 'sinon';
Expand All @@ -29,6 +29,7 @@ import {
getUnitConflictResolutionRecipe,
getValueTypeConflictResolutionRecipe,
} from '../../src/view/RegistrationConflicts';
import { InstrumentDescriptor } from '../../src/InstrumentDescriptor';

class TestMetricStorage extends MetricStorage {
collect(
Expand Down

0 comments on commit 80eb992

Please sign in to comment.