Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
instrumentation: use resource.New() instead of Merge().
Use resource.New*() to create our OpenTelemetry resource as opposed to Merge()ing with resource.Default(). This should avoid hitting the annoying semconv schema snafu (open-telemetry/opentelemetry-go#4476) which we'd otherwise hit if/when the default semconv version is bumped. Signed-off-by: Krisztian Litkey <[email protected]>
- Loading branch information