Skip to content

Commit 949930e

Browse files
lalitbutpilla
andauthored
Update opentelemetry-sdk/src/metrics/meter.rs
Co-authored-by: Utkarsh Umesan Pillai <[email protected]>
1 parent 4b09c92 commit 949930e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/metrics/meter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ impl SdkMeter {
150150
ObservableCounter::new()
151151
}
152152
Err(_err) => {
153-
// TBD - Add error handling
153+
// TODO - Add error handling
154154
ObservableCounter::new()
155155
}
156156
}

0 commit comments

Comments
 (0)