Skip to content

Commit

Permalink
fix(sdk-metrics-base): remove metric kind BATCH_OBSERVER (open-teleme…
Browse files Browse the repository at this point in the history
…try#2540)

BATCH_OBSERVER is no longer a metric.
  • Loading branch information
legendecas authored Oct 21, 2021
1 parent 3045eba commit 9df2132
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export enum MetricKind {
OBSERVABLE_COUNTER,
OBSERVABLE_UP_DOWN_COUNTER,
OBSERVABLE_GAUGE,
BATCH_OBSERVER,
}

export const MetricKindValues = Object.values(MetricKind);
Expand Down

0 comments on commit 9df2132

Please sign in to comment.