Expand description
HTTP timings and traces.
This module implements parsers and serializers for timing-related headers. These headers enable tracing and timing requests, and help answer the question of: “Where is my program spending its time?”
§Specifications
Modules§
- server_
timing - Metrics and descriptions for the given request-response cycle.
Structs§
- Metric
- An individual entry into
ServerTiming
. - Server
Timing - Metrics and descriptions for the given request-response cycle.
- Trace
Context - Extract and apply Trace-Context headers.