mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-16 14:27:01 +00:00
Add tracing annotations
This patch changes several internal packages to receive and pass tracing annotations, making use of the new tracing library, so we can have better debugging information.
This commit is contained in:
@@ -12,8 +12,8 @@ and debugging tools should appear.
|
||||
These include:
|
||||
|
||||
- Command-line flags.
|
||||
- [Traces](https://godoc.org/golang.org/x/net/trace) of both short and long
|
||||
lived requests (sampled).
|
||||
- [Traces](https://pkg.go.dev/blitiri.com.ar/go/chasquid/internal/trace) of
|
||||
both short and long lived requests.
|
||||
- State of the queue.
|
||||
- State of goroutines.
|
||||
- [Exported variables](#variables) for whitebox monitoring.
|
||||
|
||||
Reference in New Issue
Block a user