Commit b6b28a4
authored
feat(dashboard): use INHERIT period by default (#108)
We should set INHERIT by default to ensure that every graph has the preferred time resolution instead of the AUTO one (which can be 5m or 1h based on the range). It is better to have it set like this, since it will better correspond to alarms.
---
_By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license_1 parent 97eb7a4 commit b6b28a4
File tree
4 files changed
+91
-88
lines changed- lib/dashboard
- test
- dashboard/__snapshots__
- facade/__snapshots__
4 files changed
+91
-88
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24037 | 24037 | | |
24038 | 24038 | | |
24039 | 24039 | | |
24040 | | - | |
| 24040 | + | |
24041 | 24041 | | |
24042 | 24042 | | |
24043 | 24043 | | |
| |||
24065 | 24065 | | |
24066 | 24066 | | |
24067 | 24067 | | |
24068 | | - | |
| 24068 | + | |
24069 | 24069 | | |
24070 | 24070 | | |
24071 | 24071 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
117 | | - | |
| 118 | + | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| |||
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
129 | | - | |
| 131 | + | |
| 132 | + | |
130 | 133 | | |
131 | 134 | | |
132 | 135 | | |
| |||
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments