Use the resource auto-inference to set context.destination.service.resource for JDBC spans (#1913)#1928
Use the resource auto-inference to set context.destination.service.resource for JDBC spans (#1913)#1928tobiasstadler wants to merge 43 commits intoelastic:mainfrom
Conversation
…source for JDBC spans (elastic#1913)
❕ Build Aborted
Expand to view the summary
Build stats
🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
|
Yes, I understood what you requested, but this is what I referred to as a patch. So, let us consider that. Maybe we decide to add this as an |
|
Ok, so should I change my implementation and just add the instance to |
…db_resource and add the instance name during span creation.
|
@eyalkoren I implemented your suggestion |
|
@tobiasstadler sorry for the long pauses between responses, we are extremely busy these days and I was OOO lately. Let me try pushing elastic/apm#473 forward first, and if we can't get that, we will consider a Java-specific configuration. Normally we try to avoid that, as it make future decisions more complicated. |
|
Ok, thanks you @eyalkoren |
|
@SylvainJuge is working on a concept that plans to use |
|
@SylvainJuge / @felixbarny Is there any (rough) timeline (you can share) when your concept will be available? |
|
Hi @tobiasstadler, we aim to start working on this in the next couple of months. As usual any estimate should be taken with a Given it involves changing things in multiple projects: all agents, apm-server and apm-ui it's really hard to give you any estimate when it will be available in practice. However, it's something that is an important on a product level, so it is really something that is expected to happen in the short/mid-term time-frame. |
|
Ok, thank You for the information. I guess I have to wait then. |
What does this PR do?
Fixes #1913
Checklist