Open
Description
Is your feature request related to a problem? Please describe.
Hello folks,
While instrumenting the OTLP Java APM Agent on a Oracle WebLogic Server (or another Application Server) it is not feasible to set the service.name attribute because it could be consolidating traces/metrics/logs under the same service.name and these application server could have more than just one application deployed.
Describe the solution you'd like
I am requesting a possible new feature where the OTLP Java APM Agent could be auto-discovering the service.name attribute based in some steps before assume the default value "unknown_service" for it.
Example based on Elastic APM Java Agent: link
Describe alternatives you've considered
No response
Additional context
No response