Closed
Description
Our current OpenTelemetryAutoConfiguration
uses the io.opentelemetry.sdk.resources.Resource
inside the SdkTracerProvider
bean method. To make it easier to use this resource for other OpenTelemetry components, we should expose it as a bean.
Additionally, we should add some properties to let users configure resource attributes.