Skip to content

Commit

Permalink
chore(monitoring-exporter): remove unnused imports in test (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass authored Jan 9, 2023
1 parent 7f393f8 commit f7babdb
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ import {emptyResourceMetrics, generateMetricsData} from './util';
import {Attributes} from '@opentelemetry/api';

import type {monitoring_v3} from 'googleapis';
import {Resource} from '@opentelemetry/resources';
import {
AggregationTemporality,
DataPointType,
InstrumentType,
} from '@opentelemetry/sdk-metrics';

describe('MetricExporter', () => {
beforeEach(() => {
Expand Down

0 comments on commit f7babdb

Please sign in to comment.