Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
review feedback
Signed-off-by: Tom Wilkie <[email protected]>
  • Loading branch information
tomwilkie committed Apr 8, 2020
commit 074e551745deecc5e334b2cedb3d324493fe331a
6 changes: 3 additions & 3 deletions prometheus-ksonnet/grafana/dashboards.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
// the fields, and thats fine.
//
// We also use this to add a little "opinion":
// - Dashboard UIDs should be the md5 hash of their filename.
// - Timezone should be "default" (ie local).
// - Tooltip should only show a single value.
// - Dashboard UIDs are set to the md5 hash of their filename.
// - Timezone are set to be "default" (ie local).
// - Tooltip only show a single value.
local mixinProto = {
grafanaDashboards+:: {},
} + {
Expand Down