Does chronon record timing information?
Does chronon record any timing information, say like the time a method call occurred and the time it returned/duration of a statement, etc?
-
-
-
So, if you make a recording, and say you know the specific time when a problem occurred (not an exception) how would you find it?
-
-
you can use the chronon recording server which allows you to break recordings down by time intervals
-
-
would it be prohibitive to performance/recording size to include say currentTimeMillis along with the event id?
-
-
-