Skip to content

Commit

Permalink
chore: adding todo to remove observer kind later
Browse files Browse the repository at this point in the history
  • Loading branch information
obecny committed Jun 5, 2020
1 parent 8c0679e commit 1805ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-metrics/src/export/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export enum MetricKind {
COUNTER,
UP_DOWN_COUNTER,
VALUE_RECORDER,
OBSERVER, // deprecated
OBSERVER, // @TODO remove later #1146
SUM_OBSERVER,
UP_DOWN_SUM_OBSERVER,
VALUE_OBSERVER,
Expand Down

0 comments on commit 1805ab3

Please sign in to comment.