11 Dec 2018 10:21 PM - last edited on 31 Aug 2022 11:02 AM by MaciejNeumann
I created a sample Spring boot application that logs the elapsed time of a method call. I can view and query the log to get the metric. How can I put the elapsed time into a chart for the dashboard? Thanks.
Solved! Go to Solution.
11 Dec 2018 10:39 PM
I don't think it's possible right know. Values from log analytics are generally available for alerts, not for charting
11 Dec 2018 10:55 PM
Thanks for the answer Sebastian, appreciate your quick response
12 Dec 2018 10:09 AM
It is not possible via log files currently.
However, if that method is of particular interest to you, you could create a custom service for it.
01 Aug 2019 04:33 PM
Hi David,
is the process writing this log monitored by the Dynatrace OneAgent? If yes, you should be able to chart the response time of the method via service custom metric.
Extracting this metric out of a log is on our long term roadmap.
Peter