mirror of
https://github.com/prometheus/prometheus
synced 2025-01-30 03:33:32 +00: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 New Issue
Block a user