mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
3458a3d593
* dashboards: add `CPU percentage` panel for cluster dashboards The new panel `CPU percentage` was added instead if adding a limit to the existing `CPU` panel because dasbhoard may display big number of components each with own limits. The separate panel should provide a clear display of CPU load. Signed-off-by: hagen1778 <roman@victoriametrics.com> * dashboards: sync vmagent and vmalert changes from single version Signed-off-by: hagen1778 <roman@victoriametrics.com> * docker: remove unsupported param from vmagent config Signed-off-by: hagen1778 <roman@victoriametrics.com> * alerts: add `TooHighCPUUsage` alert for all VM components Signed-off-by: hagen1778 <roman@victoriametrics.com>
19 lines
471 B
YAML
19 lines
471 B
YAML
global:
|
|
scrape_interval: 1s
|
|
|
|
scrape_configs:
|
|
- job_name: 'vmagent'
|
|
static_configs:
|
|
- targets: ['vmagent:8429']
|
|
- job_name: 'vmalert'
|
|
static_configs:
|
|
- targets: ['vmalert:8880']
|
|
- job_name: 'vminsert'
|
|
static_configs:
|
|
- targets: ['vminsert:8480']
|
|
- job_name: 'vmselect'
|
|
static_configs:
|
|
- targets: ['vmselect:8481']
|
|
- job_name: 'vmstorage'
|
|
static_configs:
|
|
- targets: ['vmstorage-1:8482', 'vmstorage-2:8482']
|