-
Notifications
You must be signed in to change notification settings - Fork 7
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
DB Traces not recognized as Database Service in Dynatrace #275
Comments
i believe this is a dynatrace issue. they should be able to derive this information from the attribute what do you think, @yevgentrukhin? thanks and best, |
Both approach should work as described in the dynatrace documentation. I guess some configuration is missing, either in the span (service type), either the dynatrace config ? Dynatrace documentation: https://docs.dynatrace.com/docs/observe/applications-and-microservices/databases/database-services-classic/how-database-activity-is-monitored#expand--database-calls-and-purepathr-technology
|
Hi Sebastien, I would not recommend removing OneAgent and I would recommend using as well OneAgent-sdk dependency to get DB SQL statements. Unfortunately, it will take time that DT UIs become updated to support OTEL based DB services. We can take this discussion offline. Thanks Yevgen |
Hello,
We are migrating our applications from the Dynatrace One agent sdk to cap-js/telemetry.
With the One Agent sdk, traces generated by the db layer (hana) are correctly identified as a database service and we can also filter by service type = database.
This is no longer possible with
cap-js/telemetry
.Could you enhance the library to include the service type ?
Trace example with one-agent sdk:
Same this
cap-js/telemetry
Thanks a lot,
Sebastien
The text was updated successfully, but these errors were encountered: