Skip to content

Commit 1ebdd0c

Browse files
committed
nit name fix
1 parent c8ccc0f commit 1ebdd0c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

opentelemetry-otlp/examples/basic-otlp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ must be executed within a Tokio runtime. Below is an example:
2121
fn main() -> Result<(), Box<dyn Error + Send + Sync + 'static>> {
2222
let rt = tokio::runtime::Runtime::new()?;
2323
let tracer_provider = rt.block_on(async {
24-
init_tracer_provider()
24+
init_traces()
2525
})?;
2626
global::set_tracer_provider(tracer_provider.clone());
2727

0 commit comments

Comments
 (0)