Hello,
the AppMon BT export definition has timestamps for the startTime and endTime of PPs/Visits.
message BtOccurrence {
required int64 startTime =
1
;
//java time stamp; start time of purepath/visit
optional int64 endTime =
2
;
//java time stamp; end time of visit
What precision is this timestamp and how is it represented? UNIX_MS, TAI64N?
Reason for asking is that if this is only in a ms precision, using the export to feed a high resolution time series database might lead to loosing data due to identical timestamps. AppMon for sure has nanosecond timestamps, but are these represented in the export?
Thanks!
Answer by Christian S. ·
hi Reinhard,
it's milliseconds since 1970 UTC (System.currentTimeMillis()).
HTH,
Christian
JANUARY 15, 3:00 PM GMT / 10:00 AM ET
How to find the highly utilized Measures and BTs in Dynatrace AppMon?
Gomez response time and Dyatrace UEM response time are not close
I want to create a BT to show purepaths that have exceeded historical responsetime average by 10%
User Action BT not showing the method argument value in splitting
How to filter visits by whether user interacted with DB or not