We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8539773 commit c6d3691Copy full SHA for c6d3691
tm2/pkg/bft/consensus/state.go
@@ -36,7 +36,7 @@ import (
36
37
// -----------------------------------------------------------------------------
38
// Tracer
39
-var tracer = otel.Tracer("consensus")
+var tracer = otel.Tracer("tm2/bft/consensus")
40
41
42
// Errors
0 commit comments