Files
tracing/examples
João Oliveira e6a8dcfbe5 trace: fix counters example, Span IDs must be greater than zero (#1037)
## Motivation
tokio-trace counter example was panicking due to returning 0 as the first Span Id

## Solution
start ID's with 1 instead
2019-06-25 15:47:43 -07:00
..