We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d12555 commit 38c69caCopy full SHA for 38c69ca
opentelemetry-sdk/benches/metric.rs
@@ -28,7 +28,7 @@ impl MetricReader for SharedReader {
28
self.0.collect(rm)
29
}
30
31
- fn force_flush(&self) -> MetricResult<()> {
+ fn force_flush(&self) -> OTelSdkResult {
32
self.0.force_flush()
33
34
0 commit comments