03 Feb 2026
08:05 AM
- last edited on
04 Feb 2026
10:30 AM
by
GosiaMurawska
Hi Team,
One of our Application team for a Java Application - When they click a button named "Finish" in application frontend it used to process in and we used to get Response time in Dynatrace (custom metric we created with API to get this time).
Now the way they handle this is changed.
Whenever user click this button , the processing is happening in backend and application team like to see the processing time it took in Dynatrace.
We are not seeing that in Dynatrace now. Will creating custom service help here? If yes what all details we have to get
from the application team or developers ? Also is the custom service consume any license ?
Solved! Go to Solution.
03 Feb 2026 02:50 PM
Hi,
I will try answer.
Most common reason: the click flow was changed to:
Will a Custom Service help?
Yes, if the backend processing has a clear Java entry point method/class/interface that OneAgent can instrument and treat as a service entry point.
Not enough, if you need true end-to-end click → completion across multiple components; then you need correlation/tracing.
Define custom services
Ask developers for:
Creating a custom service is configuration; it’s not a separate “license item”. Sending custom metrics via API can consume DDUs for custom metrics
Featured Posts