Skip to content

Commit 7d181aa

Browse files
committed
uncomment shutdown
1 parent 1ebdd0c commit 7d181aa

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-otlp/examples/basic-otlp-http/src

1 file changed

+1
-1
lines changed

opentelemetry-otlp/examples/basic-otlp-http/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ async fn main() -> Result<(), Box<dyn Error + Send + Sync + 'static>> {
155155

156156
tracer_provider.shutdown()?;
157157
logger_provider.shutdown()?;
158-
// meter_provider.shutdown()?;
158+
meter_provider.shutdown()?;
159159

160160
Ok(())
161161
}

0 commit comments

Comments
 (0)