Skip to content

Commit

Permalink
Use the embeded piechart (again)
Browse files Browse the repository at this point in the history
It looks like generting JSONs with the embedded piechart using jsonnet
requires migration to https://github.com/grafana/grafonnet

So I'm just overwritting it by hand.
  • Loading branch information
nobuto-m committed Nov 1, 2023
1 parent 361a9b9 commit 0e80716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions monitoring/ceph-mixin/dashboards_out/osds-overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@
}
],
"title": "OSD Types Summary",
"type": "grafana-piechart-panel",
"type": "piechart",
"valueName": "current"
},
{
Expand Down Expand Up @@ -491,7 +491,7 @@
}
],
"title": "OSD Objectstore Types",
"type": "grafana-piechart-panel",
"type": "piechart",
"valueName": "current"
},
{
Expand Down Expand Up @@ -578,7 +578,7 @@
}
],
"title": "OSD Size Summary",
"type": "grafana-piechart-panel",
"type": "piechart",
"valueName": "current"
},
{
Expand Down
2 changes: 1 addition & 1 deletion monitoring/ceph-mixin/dashboards_out/radosgw-detail.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
}
],
"title": "Workload Breakdown",
"type": "grafana-piechart-panel",
"type": "piechart",
"valueName": "current"
}
],
Expand Down

0 comments on commit 0e80716

Please sign in to comment.