mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Merge pull request #11549 from arajkumar/patch-1
Add unit for uptime column in Prometheus stats dashboard
This commit is contained in:
commit
960b6b609a
|
@ -27,7 +27,7 @@ local template = grafana.template;
|
|||
instance: { alias: 'Instance' },
|
||||
version: { alias: 'Version' },
|
||||
'Value #A': { alias: 'Count', type: 'hidden' },
|
||||
'Value #B': { alias: 'Uptime' },
|
||||
'Value #B': { alias: 'Uptime', type: 'number', unit: 's' },
|
||||
})
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue