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

Timeseries - Add Timestamp

Gib80
Contributor

Hi All,

Is it possible to show a timestamp field when querying a timeseries.  

I have this command created via a logs metrics extraction and I need to see the date the losg arrived.

timeseries count = count(log.application.aws.)

1 REPLY 1

krzysztof_hoja
Dynatrace Champion
Dynatrace Champion

When you create metric from log the precise timestamp gets rounded to 1 min interval as single data point of timeseries represents everything what happened in such interval. In other word, such data point represents many log lines.
So it is not possible to see exact timestamp, but of course you always know what minute represents specific value

Featured Posts