Skip to content

Commit

Permalink
fixup! fix: observers should not expose bind/unbind method
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed May 2, 2020
1 parent 317db95 commit 7897284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-api/src/metrics/Metric.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export enum ValueType {
*/
export interface Metric {
/**
* Clears all timeseries from the Metric.
* Clears all bound instruments from the Metric.
*/
clear(): void;
}
Expand Down

0 comments on commit 7897284

Please sign in to comment.