Description
The dcos monitoring prometheus range command evaluates an expression query over a range of time.
Usage
dcos monitoring prometheus range <query> --start=<start> --end=<end> --step=<step> [flags]
Options
| Name | Description |
|---|---|
--end int |
End UNIX timestamp. |
--help, h |
Display usage. |
--start int |
Start UNIX timestamp. |
--step string |
Query resolution step width duration, for example ‘15m3s’ (default to ‘1s’). |
Positional arguments
| Name | Description |
|---|---|
<query> |
The Prometheus query. |
Parent command
| Command | Description |
|---|---|
dcos monitoring prometheus |
Query the Prometheus endpoint |
Dcos Monitoring Documentation