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 b55d483 commit 5c8dbc8Copy full SHA for 5c8dbc8
opentelemetry-otlp/examples/basic-otlp-http/src/main.rs
@@ -20,7 +20,7 @@ fn get_resource() -> Resource {
20
RESOURCE
21
.get_or_init(|| {
22
Resource::builder()
23
- .with_service_name("basic-otlp-example-grpc")
+ .with_service_name("basic-otlp-example-http")
24
.build()
25
})
26
.clone()
0 commit comments