Skip to content
Snippets Groups Projects
Commit c8cb41c1 authored by Jose Ivan Vargas Lopez's avatar Jose Ivan Vargas Lopez
Browse files

Update single_stats_custom_dashboard.yml

parent fe5c9d47
No related branches found
No related tags found
No related merge requests found
Pipeline #12713460 passed with warnings
Loading
Loading
@@ -4,9 +4,10 @@ panel_groups:
panels:
- title: Prometheus
type: single-stat
max_value: 120
metrics:
- id: single_stat_offset
query: 'max(go_memstats_alloc_bytes{job="prometheus"})'
unit: bytes
query: 'max(go_memstats_alloc_bytes{job="prometheus"}) / 1024 /1024'
unit: '%'
label: "Max"
metric_id: 3000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment