You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,8 @@ To request automatic tracing support for a module not on this list, please [file
232
232
233
233
-`JaegerHttpTracePropagator` renamed to `JaegerPropagator`
234
234
235
+
-`serviceName` configuration removed from Collector exporters. Use `service.name` Resource attribute instead.
236
+
235
237
### 0.18.x to 0.19.0
236
238
237
239
- API is now a peer dependency. This means that users will need to include `@opentelemetry/api` as a dependency of their project in order to use the SDK. NPM version 7+ (Node 15+) should do this automatically.
The OpenTelemetry Collector Exporter does not have a service name configuration.
19
+
In order to set the service name, use the `service.name` resource attribute as prescribed in the [OpenTelemetry Resource Semantic Conventions][semconv-resource-service-name].
20
+
16
21
## Traces in Node - GRPC
17
22
18
23
The CollectorTraceExporter in Node expects the URL to only be the hostname. It will not work with `/v1/traces`.
The OpenTelemetry Collector Exporter does not have a service name configuration.
19
+
In order to set the service name, use the `service.name` resource attribute as prescribed in the [OpenTelemetry Resource Semantic Conventions][semconv-resource-service-name].
0 commit comments