bird request-logs histogram
Usage
Code example
bird request-logs histogram [flags]Description
Read five-minute request and error counts for a window, to plot above the request log. Empty buckets are omitted, the window defaults to the last 24 hours, and anything wider is clamped to 24 hours, which is the retention limit.
Examples
Code example
bird request-logs histogramOptions
| Name | Description |
|---|---|
| --occurred-after | Return buckets starting at or after this time (ISO 8601). The window may not exceed 24 hours; if the distance between occurred_after and occurred_before is wider than 24 hours it is clamped on the occurred_after side. Defaults to 24 hours before occurred_before (or 24 hours before now when occurred_before is also omitted). |
| --occurred-before | Return buckets up to and including this time (ISO 8601). Defaults to now. |
| --response-schema | Print the fields this command returns, then exit |
Related
| Name | Description |
|---|---|
| bird request-logs get | Get a request log |