Skip to content

Commit 5c8dbc8

Browse files
fix(otlp-example): fix typo (#3228)
1 parent b55d483 commit 5c8dbc8

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
@@ -20,7 +20,7 @@ fn get_resource() -> Resource {
2020
RESOURCE
2121
.get_or_init(|| {
2222
Resource::builder()
23-
.with_service_name("basic-otlp-example-grpc")
23+
.with_service_name("basic-otlp-example-http")
2424
.build()
2525
})
2626
.clone()

0 commit comments

Comments
 (0)