Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed May 6, 2022
1 parent 96c9006 commit 4e8c364
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ export interface Meter {
/**
* Creates a new `ObservableGauge` metric.
*
* The callback SHOULD be reentrant safe.
*
* @param name the name of the metric.
* @param callback the observable callback
* @param [options] the metric options.
Expand All @@ -96,8 +94,6 @@ export interface Meter {
/**
* Creates a new `ObservableCounter` metric.
*
* The callback SHOULD be reentrant safe.
*
* @param name the name of the metric.
* @param callback the observable callback
* @param [options] the metric options.
Expand All @@ -111,8 +107,6 @@ export interface Meter {
/**
* Creates a new `ObservableUpDownCounter` metric.
*
* The callback SHOULD be reentrant safe.
*
* @param name the name of the metric.
* @param callback the observable callback
* @param [options] the metric options.
Expand Down

0 comments on commit 4e8c364

Please sign in to comment.