Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mdisibio committed Nov 9, 2020
1 parent f67a03c commit 91ab990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minio-mixin/minio_v1.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ g.dashboard('MinIO distributed cluster metrics', std.md5('minio_v1'))
g.statPanel('sum(disk_storage_used{disk=~"$disk", job=~"$job"}) by (disk) / sum(disk_storage_total{disk=~"$disk", job=~"$job"}) by (disk)') +
{
type: 'gauge',
targets: [super.targets[0] + {
legendFormat: '{{disk}}'
targets: [super.targets[0] {
legendFormat: '{{disk}}',
}],
// The default 'percentunit' format of statPanel() doesn't seem to have an effect
fieldConfig: {
Expand Down

0 comments on commit 91ab990

Please sign in to comment.