Skip to content

Commit

Permalink
Read Path Dasboards V1
Browse files Browse the repository at this point in the history
  • Loading branch information
arodrime committed Jul 21, 2021
1 parent 558f20b commit 9a63f5c
Show file tree
Hide file tree
Showing 3 changed files with 3,203 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dashboards/grafana/dashboards-jsonnet/read-path.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ local textPanel = grafana.text;

local prefix = std.extVar('prefix');

local fillLatencySeriesOverrides = {
'alias': 'p999',
'fillBelowTo': 'p98',
'lines': false
};

local fillMinMaxSeriesOverrides = {
'alias': 'max',
'fillBelowTo': 'min',
Expand Down
Loading

0 comments on commit 9a63f5c

Please sign in to comment.