Commit 99bdea77 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Document the levels with regard to restarts

parent 93e58f11
......@@ -35,8 +35,12 @@ When grouping transactions, there is a hierarchy structure showing
which transaction initiated what. The level increases by one by an
'initiated by' relation, so for example a backend transaction will
have one higher level than the client transaction that initiated it on
a cache miss. Levels start counting at 1, except when using raw where
it will always be 0.
a cache miss. Request restart transactions does not have it's level
increased. This is to help predicting the level for a given
transaction.
Levels start counting at 1, except when using raw where it will always
be 0.
The grouping modes are:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment