|
23 | 23 | "title": "Deployment Replicas", |
24 | 24 | "type": "timeseries", |
25 | 25 | "gridPos": { "h": 8, "w": 12, "x": 0, "y": 0 }, |
26 | | - "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, |
| 26 | + "datasource": { "type": "prometheus" }, |
27 | 27 | "fieldConfig": { |
28 | 28 | "defaults": { |
29 | 29 | "color": { "mode": "palette-classic" }, |
|
59 | 59 | "title": "WVA Desired Ratio", |
60 | 60 | "type": "timeseries", |
61 | 61 | "gridPos": { "h": 8, "w": 12, "x": 12, "y": 0 }, |
62 | | - "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, |
| 62 | + "datasource": { "type": "prometheus" }, |
63 | 63 | "fieldConfig": { |
64 | 64 | "defaults": { |
65 | 65 | "color": { "mode": "palette-classic" }, |
|
88 | 88 | "title": "KV Cache Usage", |
89 | 89 | "type": "timeseries", |
90 | 90 | "gridPos": { "h": 8, "w": 12, "x": 0, "y": 8 }, |
91 | | - "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, |
| 91 | + "datasource": { "type": "prometheus" }, |
92 | 92 | "fieldConfig": { |
93 | 93 | "defaults": { |
94 | 94 | "color": { "mode": "palette-classic" }, |
|
131 | 131 | "title": "Queue Depth (Requests Waiting)", |
132 | 132 | "type": "timeseries", |
133 | 133 | "gridPos": { "h": 8, "w": 12, "x": 12, "y": 8 }, |
134 | | - "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, |
| 134 | + "datasource": { "type": "prometheus" }, |
135 | 135 | "fieldConfig": { |
136 | 136 | "defaults": { |
137 | 137 | "color": { "mode": "palette-classic" }, |
|
165 | 165 | "title": "Scaling Activity", |
166 | 166 | "type": "timeseries", |
167 | 167 | "gridPos": { "h": 8, "w": 24, "x": 0, "y": 16 }, |
168 | | - "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, |
| 168 | + "datasource": { "type": "prometheus" }, |
169 | 169 | "fieldConfig": { |
170 | 170 | "defaults": { |
171 | 171 | "color": { "mode": "palette-classic" }, |
|
202 | 202 | ], |
203 | 203 | "schemaVersion": 39, |
204 | 204 | "tags": ["benchmark", "wva", "autoscaling"], |
205 | | - "templating": { |
206 | | - "list": [ |
207 | | - { |
208 | | - "current": { "selected": false, "text": "Prometheus", "value": "Prometheus" }, |
209 | | - "hide": 0, |
210 | | - "includeAll": false, |
211 | | - "name": "DS_PROMETHEUS", |
212 | | - "options": [], |
213 | | - "query": "prometheus", |
214 | | - "refresh": 1, |
215 | | - "regex": "", |
216 | | - "type": "datasource" |
217 | | - } |
218 | | - ] |
219 | | - }, |
| 205 | + "templating": { "list": [] }, |
220 | 206 | "time": { "from": "now-30m", "to": "now" }, |
221 | 207 | "timepicker": {}, |
222 | 208 | "timezone": "utc", |
|
0 commit comments