Skip to content

Commit

Permalink
fixup: remove unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert committed Jul 11, 2023
1 parent dae8b4f commit 997a16d
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
import { BeforeHookContext, EvaluationDetails, HookContext, StandardResolutionReasons } from '@openfeature/js-sdk';
import opentelemetry from '@opentelemetry/api';
import {
AggregationTemporality,
DataPoint,
InMemoryMetricExporter,
MeterProvider,
MetricReader,
ScopeMetrics,
ScopeMetrics
} from '@opentelemetry/sdk-metrics';
import { ACTIVE_COUNT_NAME, ERROR_TOTAL_NAME, REQUESTS_TOTAL_NAME, SUCCESS_TOTAL_NAME } from '../constants';
import { MetricsHook } from './metrics-hook';
import opentelemetry from '@opentelemetry/api';
import { ACTIVE_COUNT_NAME, ERROR_TOTAL_NAME, FEATURE_FLAG, REQUESTS_TOTAL_NAME, SUCCESS_TOTAL_NAME } from '../constants';

// no-op "in-memory" reader
class InMemoryMetricReader extends MetricReader {
Expand Down

0 comments on commit 997a16d

Please sign in to comment.