Merge pull request #11549 from arajkumar/patch-1

Add unit for uptime column in Prometheus stats dashboard
This commit is contained in:
Björn Rabenstein 2022-11-14 14:29:00 +01:00 committed by GitHub
commit 960b6b609a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' },
})
)
)