cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Creating chart from log analysis

david_gao04
Newcomer

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.

 

4 REPLIES 4

skrystosik
DynaMight Guru
DynaMight Guru

I don't think it's possible right know. Values from log analytics are generally available for alerts, not for charting


Regards, Sebastian

Thanks for the answer Sebastian, appreciate your quick response


pahofmann
DynaMight Guru
DynaMight Guru

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.


Dynatrace Certified Master, AppMon Certified Master - Dynatrace Partner - 360Performance.net

peter_zahrer
Dynatrace Champion
Dynatrace Champion

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


Featured Posts