Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splitting DB Service by Database IP/Hostname #5484

Open
gc-dev1 opened this issue Apr 22, 2024 · 0 comments
Open

Splitting DB Service by Database IP/Hostname #5484

gc-dev1 opened this issue Apr 22, 2024 · 0 comments

Comments

@gc-dev1
Copy link

gc-dev1 commented Apr 22, 2024

We are using APM Automatic Instrumentation (ADO.NET) for database related tracing and also using DD_TRACE_SERVICE_MAPPING to map database service names accross multiple services like this:

  • application_db (service1_db, service2_db, ...)
  • service1
  • service2
  • ...

Which is quite nice, as it groups all the queries shared accross different services.
But here comes the catch: No matter which database (host) gets instrumented - they all get grouped into one service.
This is not really caused by the mapping itself: service1 talks to databaseHost1 and databaseHost2

We would like to split services by network.destination.ip to actually see each database host as a own service.

Is there any existing solution for this that we are missing?
Or any plans in the future to enable this?

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant