23 Aug 2024 05:34 PM - last edited on 26 Aug 2024 07:27 AM by MaciejNeumann
Hi everyone,
I'm currently using Dynatrace to monitor interactions between services in our application environment. A key requirement is to track the number of calls between specific services (caller to callee) for detailed performance analysis.
While the Dynatrace UI allows me to filter and visualize metrics such as "Number of calls to other services" with specific dimensions (e.g., filtering by one service making a call to another), I am finding it challenging to replicate this level of detail using the Dynatrace API v2. The API appears to have limitations in supporting these multidimensional queries that the UI handles effectively.
Questions:
Any guidance or advice would be greatly appreciated!
Thank you!
Solved! Go to Solution.
25 Aug 2024 11:22 AM
Hi,
You can create a calculated metric filling your needs.
Use this calculated metric to chart, create graph, or use in expression, or API.
By the way, you can find in the community a discussion and RFE to be able to request MDA with API.
This is what you can at this level.
BRs.