Skip to content

Commit

Permalink
grafana: add units for bottom panels
Browse files Browse the repository at this point in the history
We use "short" which turns (say) "9000" into "9k", making the axis and
legend more compact and readable.

I have tried to change the histogram panels to heat maps, but it was
unwieldy and confusing, but those should also display "minutes" or
something.
  • Loading branch information
anarcat committed Dec 12, 2023
1 parent 7e07aca commit bf36b77
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions grafana/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1745,7 +1745,8 @@
"value": 80
}
]
}
},
"unit": "short"
},
"overrides": []
},
Expand Down Expand Up @@ -2418,7 +2419,8 @@
"value": 80
}
]
}
},
"unit": "short"
},
"overrides": []
},
Expand Down Expand Up @@ -2543,7 +2545,8 @@
"value": 80
}
]
}
},
"unit": "short"
},
"overrides": []
},
Expand Down Expand Up @@ -2669,7 +2672,8 @@
"value": 80
}
]
}
},
"unit": "short"
},
"overrides": []
},
Expand Down

0 comments on commit bf36b77

Please sign in to comment.