mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-31 15:06:26 +00:00
wip
This commit is contained in:
parent
9d29df12d0
commit
ba927f519d
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ The `<step>` arg can contain values in [the format specified here](https://docs.
|
|||
If `<step>` is missing, then it equals to `1d` (one day).
|
||||
|
||||
For example, the following command returns per-hour number of [log messages](https://docs.victoriametrics.com/victorialogs/keyconcepts/#message-field)
|
||||
with the `error` [word](https://docs.victoriametrics.com/victorialogs/logsql/#word) over logs for the 3 hours:
|
||||
with the `error` [word](https://docs.victoriametrics.com/victorialogs/logsql/#word) over logs for the last 3 hours:
|
||||
|
||||
```sh
|
||||
curl http://localhost:9428/select/logsql/hits -d 'query=error' -d 'start=3h' -d 'step=1h'
|
||||
|
|
Loading…
Reference in a new issue