[][src]Module tracing_timing::group

Commonly used span and event grouping mechanisms.

Structs

ByField

Group spans/events by the value of a particular field.

ByMessage

Group events by their "message".

ByName

Group spans/events by their "name".

ByTarget

Group spans/events by their configured target.