Async-safe latency tracker for asynchronous operations.
AsyncLatencyTracker(
self,
stale_threshold_ms: int = 300000,
)| Name | Type | Description |
|---|---|---|
stale_threshold_ms | int | Default: 300000Time in ms after which unfinished entries are considered stale and cleaned up. Defaults to 5 minutes. |
| Name | Type |
|---|---|
| stale_threshold_ms | int |