weaviate

Форк
0
423 строки · 9.7 Кб
1
{
2
  "annotations": {
3
    "list": [
4
      {
5
        "builtIn": 1,
6
        "datasource": "-- Grafana --",
7
        "enable": true,
8
        "hide": true,
9
        "iconColor": "rgba(0, 211, 255, 1)",
10
        "name": "Annotations & Alerts",
11
        "target": {
12
          "limit": 100,
13
          "matchAny": false,
14
          "tags": [],
15
          "type": "dashboard"
16
        },
17
        "type": "dashboard"
18
      }
19
    ]
20
  },
21
  "editable": true,
22
  "fiscalYearStartMonth": 0,
23
  "graphTooltip": 0,
24
  "links": [],
25
  "liveNow": false,
26
  "panels": [
27
    {
28
      "datasource": {
29
        "type": "prometheus",
30
        "uid": "Prometheus"
31
      },
32
      "fieldConfig": {
33
        "defaults": {
34
          "color": {
35
            "mode": "palette-classic"
36
          },
37
          "custom": {
38
            "axisLabel": "",
39
            "axisPlacement": "auto",
40
            "barAlignment": 0,
41
            "drawStyle": "line",
42
            "fillOpacity": 0,
43
            "gradientMode": "none",
44
            "hideFrom": {
45
              "legend": false,
46
              "tooltip": false,
47
              "viz": false
48
            },
49
            "lineInterpolation": "linear",
50
            "lineWidth": 1,
51
            "pointSize": 5,
52
            "scaleDistribution": {
53
              "type": "linear"
54
            },
55
            "showPoints": "auto",
56
            "spanNulls": false,
57
            "stacking": {
58
              "group": "A",
59
              "mode": "none"
60
            },
61
            "thresholdsStyle": {
62
              "mode": "off"
63
            }
64
          },
65
          "mappings": [],
66
          "thresholds": {
67
            "mode": "absolute",
68
            "steps": [
69
              {
70
                "color": "green",
71
                "value": null
72
              },
73
              {
74
                "color": "red",
75
                "value": 80
76
              }
77
            ]
78
          },
79
          "unit": "ms"
80
        },
81
        "overrides": []
82
      },
83
      "gridPos": {
84
        "h": 9,
85
        "w": 12,
86
        "x": 0,
87
        "y": 0
88
      },
89
      "id": 2,
90
      "options": {
91
        "legend": {
92
          "calcs": [],
93
          "displayMode": "list",
94
          "placement": "bottom"
95
        },
96
        "tooltip": {
97
          "mode": "single"
98
        }
99
      },
100
      "targets": [
101
        {
102
          "datasource": {
103
            "type": "prometheus",
104
            "uid": "Prometheus"
105
          },
106
          "exemplar": true,
107
          "expr": "rate(startup_durations_ms_sum{}[$__interval])/rate(startup_durations_ms_count{}[$__interval])",
108
          "interval": "",
109
          "legendFormat": "{{operation}} ({{class_name}} / {{shard_name}})",
110
          "refId": "A"
111
        }
112
      ],
113
      "title": "Startup durations",
114
      "type": "timeseries"
115
    },
116
    {
117
      "datasource": {
118
        "type": "prometheus",
119
        "uid": "Prometheus"
120
      },
121
      "description": "These times do not represent wall time. Some init processes are running in parallel, so this is CPU time. For a wall clock measurement look at total shard startup time.",
122
      "fieldConfig": {
123
        "defaults": {
124
          "color": {
125
            "mode": "thresholds"
126
          },
127
          "mappings": [],
128
          "thresholds": {
129
            "mode": "absolute",
130
            "steps": [
131
              {
132
                "color": "green",
133
                "value": null
134
              },
135
              {
136
                "color": "red",
137
                "value": 80
138
              }
139
            ]
140
          },
141
          "unit": "ms"
142
        },
143
        "overrides": []
144
      },
145
      "gridPos": {
146
        "h": 9,
147
        "w": 3,
148
        "x": 12,
149
        "y": 0
150
      },
151
      "id": 4,
152
      "options": {
153
        "colorMode": "value",
154
        "graphMode": "area",
155
        "justifyMode": "auto",
156
        "orientation": "auto",
157
        "reduceOptions": {
158
          "calcs": [
159
            "lastNotNull"
160
          ],
161
          "fields": "",
162
          "values": false
163
        },
164
        "textMode": "auto"
165
      },
166
      "pluginVersion": "8.3.3",
167
      "targets": [
168
        {
169
          "datasource": {
170
            "type": "prometheus",
171
            "uid": "Prometheus"
172
          },
173
          "exemplar": true,
174
          "expr": "sum(startup_durations_ms_sum{operation=\"lsm_startup_bucket\"})",
175
          "interval": "",
176
          "legendFormat": "",
177
          "refId": "A"
178
        }
179
      ],
180
      "title": "Startup all LSM buckets",
181
      "type": "stat"
182
    },
183
    {
184
      "datasource": {
185
        "type": "prometheus",
186
        "uid": "Prometheus"
187
      },
188
      "description": "",
189
      "fieldConfig": {
190
        "defaults": {
191
          "color": {
192
            "mode": "thresholds"
193
          },
194
          "mappings": [],
195
          "thresholds": {
196
            "mode": "absolute",
197
            "steps": [
198
              {
199
                "color": "green",
200
                "value": null
201
              },
202
              {
203
                "color": "red",
204
                "value": 80
205
              }
206
            ]
207
          },
208
          "unit": "ms"
209
        },
210
        "overrides": []
211
      },
212
      "gridPos": {
213
        "h": 9,
214
        "w": 3,
215
        "x": 15,
216
        "y": 0
217
      },
218
      "id": 5,
219
      "options": {
220
        "colorMode": "value",
221
        "graphMode": "area",
222
        "justifyMode": "auto",
223
        "orientation": "auto",
224
        "reduceOptions": {
225
          "calcs": [
226
            "lastNotNull"
227
          ],
228
          "fields": "",
229
          "values": false
230
        },
231
        "textMode": "auto"
232
      },
233
      "pluginVersion": "8.3.3",
234
      "targets": [
235
        {
236
          "datasource": {
237
            "type": "prometheus",
238
            "uid": "Prometheus"
239
          },
240
          "exemplar": true,
241
          "expr": "sum(startup_durations_ms_sum{operation=\"hnsw_read_all_commitlogs\"})",
242
          "interval": "",
243
          "legendFormat": "",
244
          "refId": "A"
245
        }
246
      ],
247
      "title": "Startup all HNSW indexes",
248
      "type": "stat"
249
    },
250
    {
251
      "datasource": {
252
        "type": "prometheus",
253
        "uid": "Prometheus"
254
      },
255
      "description": "This represents the total wall time per shard.",
256
      "fieldConfig": {
257
        "defaults": {
258
          "color": {
259
            "mode": "thresholds"
260
          },
261
          "mappings": [],
262
          "thresholds": {
263
            "mode": "absolute",
264
            "steps": [
265
              {
266
                "color": "green",
267
                "value": null
268
              },
269
              {
270
                "color": "red",
271
                "value": 80
272
              }
273
            ]
274
          },
275
          "unit": "ms"
276
        },
277
        "overrides": []
278
      },
279
      "gridPos": {
280
        "h": 9,
281
        "w": 3,
282
        "x": 18,
283
        "y": 0
284
      },
285
      "id": 8,
286
      "options": {
287
        "colorMode": "value",
288
        "graphMode": "area",
289
        "justifyMode": "auto",
290
        "orientation": "auto",
291
        "reduceOptions": {
292
          "calcs": [
293
            "lastNotNull"
294
          ],
295
          "fields": "",
296
          "values": false
297
        },
298
        "textMode": "auto"
299
      },
300
      "pluginVersion": "8.3.3",
301
      "targets": [
302
        {
303
          "datasource": {
304
            "type": "prometheus",
305
            "uid": "Prometheus"
306
          },
307
          "exemplar": true,
308
          "expr": "startup_durations_ms_sum{operation=\"shard_total_init\"}",
309
          "interval": "",
310
          "legendFormat": "{{class_name}}/{{shard_name}}",
311
          "refId": "A"
312
        }
313
      ],
314
      "title": "Total shard Startup",
315
      "type": "stat"
316
    },
317
    {
318
      "datasource": {
319
        "type": "prometheus",
320
        "uid": "Prometheus"
321
      },
322
      "fieldConfig": {
323
        "defaults": {
324
          "color": {
325
            "mode": "palette-classic"
326
          },
327
          "custom": {
328
            "axisLabel": "",
329
            "axisPlacement": "auto",
330
            "barAlignment": 0,
331
            "drawStyle": "line",
332
            "fillOpacity": 0,
333
            "gradientMode": "none",
334
            "hideFrom": {
335
              "legend": false,
336
              "tooltip": false,
337
              "viz": false
338
            },
339
            "lineInterpolation": "linear",
340
            "lineWidth": 1,
341
            "pointSize": 5,
342
            "scaleDistribution": {
343
              "type": "linear"
344
            },
345
            "showPoints": "auto",
346
            "spanNulls": false,
347
            "stacking": {
348
              "group": "A",
349
              "mode": "none"
350
            },
351
            "thresholdsStyle": {
352
              "mode": "off"
353
            }
354
          },
355
          "mappings": [],
356
          "thresholds": {
357
            "mode": "absolute",
358
            "steps": [
359
              {
360
                "color": "green",
361
                "value": null
362
              },
363
              {
364
                "color": "red",
365
                "value": 80
366
              }
367
            ]
368
          },
369
          "unit": "Bps"
370
        },
371
        "overrides": []
372
      },
373
      "gridPos": {
374
        "h": 8,
375
        "w": 12,
376
        "x": 0,
377
        "y": 9
378
      },
379
      "id": 7,
380
      "options": {
381
        "legend": {
382
          "calcs": [],
383
          "displayMode": "list",
384
          "placement": "bottom"
385
        },
386
        "tooltip": {
387
          "mode": "single"
388
        }
389
      },
390
      "targets": [
391
        {
392
          "datasource": {
393
            "type": "prometheus",
394
            "uid": "Prometheus"
395
          },
396
          "exemplar": true,
397
          "expr": "rate(startup_diskio_throughput_sum{}[$__interval])/rate(startup_diskio_throughput_count{}[$__interval])",
398
          "interval": "",
399
          "legendFormat": "{{operation}} ({{class_name}}/{{shard_name}})",
400
          "refId": "A"
401
        }
402
      ],
403
      "title": "Startup Disk I/O ",
404
      "type": "timeseries"
405
    }
406
  ],
407
  "schemaVersion": 34,
408
  "style": "dark",
409
  "tags": [],
410
  "templating": {
411
    "list": []
412
  },
413
  "time": {
414
    "from": "now-15m",
415
    "to": "now"
416
  },
417
  "timepicker": {},
418
  "timezone": "",
419
  "title": "Startup times",
420
  "uid": "oZZHUUC7k",
421
  "version": 1,
422
  "weekStart": ""
423
}
424

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.