weaviate

Форк
0
532 строки · 13.1 Кб
1
{
2
  "annotations": {
3
    "list": [
4
      {
5
        "builtIn": 1,
6
        "datasource": {
7
          "type": "grafana",
8
          "uid": "-- Grafana --"
9
        },
10
        "enable": true,
11
        "hide": true,
12
        "iconColor": "rgba(0, 211, 255, 1)",
13
        "name": "Annotations & Alerts",
14
        "target": {
15
          "limit": 100,
16
          "matchAny": false,
17
          "tags": [],
18
          "type": "dashboard"
19
        },
20
        "type": "dashboard"
21
      }
22
    ]
23
  },
24
  "editable": true,
25
  "fiscalYearStartMonth": 0,
26
  "graphTooltip": 0,
27
  "links": [],
28
  "liveNow": false,
29
  "panels": [
30
    {
31
      "datasource": {
32
        "type": "prometheus",
33
        "uid": "Prometheus"
34
      },
35
      "description": "Operations typically happen highly concurrently, so the per object time is often close to the overall batch time. Use this data to draw conclusions about relative changes over time, not for interpreting absolute values.",
36
      "fieldConfig": {
37
        "defaults": {
38
          "color": {
39
            "mode": "palette-classic"
40
          },
41
          "custom": {
42
            "axisCenteredZero": false,
43
            "axisColorMode": "text",
44
            "axisLabel": "",
45
            "axisPlacement": "auto",
46
            "barAlignment": 0,
47
            "drawStyle": "line",
48
            "fillOpacity": 0,
49
            "gradientMode": "none",
50
            "hideFrom": {
51
              "legend": false,
52
              "tooltip": false,
53
              "viz": false
54
            },
55
            "lineInterpolation": "linear",
56
            "lineWidth": 1,
57
            "pointSize": 5,
58
            "scaleDistribution": {
59
              "type": "linear"
60
            },
61
            "showPoints": "auto",
62
            "spanNulls": false,
63
            "stacking": {
64
              "group": "A",
65
              "mode": "none"
66
            },
67
            "thresholdsStyle": {
68
              "mode": "off"
69
            }
70
          },
71
          "mappings": [],
72
          "thresholds": {
73
            "mode": "absolute",
74
            "steps": [
75
              {
76
                "color": "green",
77
                "value": null
78
              },
79
              {
80
                "color": "red",
81
                "value": 80
82
              }
83
            ]
84
          },
85
          "unit": "ms"
86
        },
87
        "overrides": []
88
      },
89
      "gridPos": {
90
        "h": 8,
91
        "w": 12,
92
        "x": 0,
93
        "y": 0
94
      },
95
      "id": 2,
96
      "options": {
97
        "legend": {
98
          "calcs": [],
99
          "displayMode": "list",
100
          "placement": "bottom",
101
          "showLegend": true
102
        },
103
        "tooltip": {
104
          "mode": "single",
105
          "sort": "none"
106
        }
107
      },
108
      "targets": [
109
        {
110
          "datasource": {
111
            "type": "prometheus",
112
            "uid": "Prometheus"
113
          },
114
          "editorMode": "code",
115
          "expr": "rate(objects_durations_ms_sum{operation=\"put\"}[$__interval])/rate(objects_durations_ms_count{operation=\"put\"}[$__interval])",
116
          "legendFormat": "{{step}} ({{class_name}}/{{shard_name}})",
117
          "range": true,
118
          "refId": "A"
119
        }
120
      ],
121
      "title": "PUT (individual operations)",
122
      "type": "timeseries"
123
    },
124
    {
125
      "datasource": {
126
        "type": "prometheus",
127
        "uid": "Prometheus"
128
      },
129
      "description": "",
130
      "fieldConfig": {
131
        "defaults": {
132
          "color": {
133
            "mode": "continuous-RdYlGr"
134
          },
135
          "custom": {
136
            "axisCenteredZero": false,
137
            "axisColorMode": "text",
138
            "axisLabel": "",
139
            "axisPlacement": "auto",
140
            "barAlignment": 0,
141
            "drawStyle": "line",
142
            "fillOpacity": 0,
143
            "gradientMode": "none",
144
            "hideFrom": {
145
              "legend": false,
146
              "tooltip": false,
147
              "viz": false
148
            },
149
            "lineInterpolation": "linear",
150
            "lineWidth": 1,
151
            "pointSize": 5,
152
            "scaleDistribution": {
153
              "type": "linear"
154
            },
155
            "showPoints": "auto",
156
            "spanNulls": false,
157
            "stacking": {
158
              "group": "A",
159
              "mode": "none"
160
            },
161
            "thresholdsStyle": {
162
              "mode": "off"
163
            }
164
          },
165
          "mappings": [],
166
          "thresholds": {
167
            "mode": "absolute",
168
            "steps": [
169
              {
170
                "color": "green",
171
                "value": null
172
              },
173
              {
174
                "color": "red",
175
                "value": 80
176
              }
177
            ]
178
          },
179
          "unit": "ms"
180
        },
181
        "overrides": []
182
      },
183
      "gridPos": {
184
        "h": 7,
185
        "w": 12,
186
        "x": 12,
187
        "y": 0
188
      },
189
      "id": 4,
190
      "maxDataPoints": 25,
191
      "options": {
192
        "legend": {
193
          "calcs": [],
194
          "displayMode": "list",
195
          "placement": "bottom",
196
          "showLegend": true
197
        },
198
        "tooltip": {
199
          "mode": "single",
200
          "sort": "none"
201
        }
202
      },
203
      "pluginVersion": "9.3.6",
204
      "targets": [
205
        {
206
          "datasource": {
207
            "type": "prometheus",
208
            "uid": "Prometheus"
209
          },
210
          "editorMode": "code",
211
          "exemplar": true,
212
          "expr": "rate(objects_durations_ms_sum{step=\"total\"}[$__interval]) / rate(objects_durations_ms_count{step=\"total\"}[$__interval])",
213
          "format": "time_series",
214
          "interval": "",
215
          "legendFormat": "{{step}} ({{class_name}}/{{shard_name}})",
216
          "range": true,
217
          "refId": "A"
218
        }
219
      ],
220
      "title": "PUT Object (Total)",
221
      "type": "timeseries"
222
    },
223
    {
224
      "datasource": {
225
        "type": "prometheus",
226
        "uid": "Prometheus"
227
      },
228
      "description": "",
229
      "fieldConfig": {
230
        "defaults": {
231
          "color": {
232
            "mode": "continuous-GrYlRd"
233
          },
234
          "custom": {
235
            "axisCenteredZero": false,
236
            "axisColorMode": "text",
237
            "axisLabel": "",
238
            "axisPlacement": "auto",
239
            "barAlignment": 0,
240
            "drawStyle": "line",
241
            "fillOpacity": 0,
242
            "gradientMode": "none",
243
            "hideFrom": {
244
              "legend": false,
245
              "tooltip": false,
246
              "viz": false
247
            },
248
            "lineInterpolation": "linear",
249
            "lineWidth": 1,
250
            "pointSize": 5,
251
            "scaleDistribution": {
252
              "type": "linear"
253
            },
254
            "showPoints": "auto",
255
            "spanNulls": false,
256
            "stacking": {
257
              "group": "A",
258
              "mode": "none"
259
            },
260
            "thresholdsStyle": {
261
              "mode": "off"
262
            }
263
          },
264
          "mappings": [],
265
          "thresholds": {
266
            "mode": "absolute",
267
            "steps": [
268
              {
269
                "color": "green",
270
                "value": null
271
              },
272
              {
273
                "color": "red",
274
                "value": 80
275
              }
276
            ]
277
          },
278
          "unit": "ms"
279
        },
280
        "overrides": []
281
      },
282
      "gridPos": {
283
        "h": 8,
284
        "w": 12,
285
        "x": 12,
286
        "y": 7
287
      },
288
      "id": 5,
289
      "maxDataPoints": 25,
290
      "options": {
291
        "legend": {
292
          "calcs": [],
293
          "displayMode": "list",
294
          "placement": "bottom",
295
          "showLegend": true
296
        },
297
        "tooltip": {
298
          "mode": "single",
299
          "sort": "none"
300
        }
301
      },
302
      "pluginVersion": "9.3.6",
303
      "targets": [
304
        {
305
          "datasource": {
306
            "type": "prometheus",
307
            "uid": "Prometheus"
308
          },
309
          "editorMode": "code",
310
          "exemplar": true,
311
          "expr": "rate(objects_durations_ms_sum{step=\"upsert_object_store\"}[$__interval]) / rate(objects_durations_ms_count{step=\"upsert_object_store\"}[$__interval])",
312
          "format": "time_series",
313
          "interval": "",
314
          "legendFormat": "{{step}} ({{class_name}}/{{shard_name}})",
315
          "range": true,
316
          "refId": "A"
317
        }
318
      ],
319
      "title": "PUT Object (Upsert Object)",
320
      "type": "timeseries"
321
    },
322
    {
323
      "datasource": {
324
        "type": "prometheus",
325
        "uid": "Prometheus"
326
      },
327
      "fieldConfig": {
328
        "defaults": {
329
          "color": {
330
            "mode": "palette-classic"
331
          },
332
          "custom": {
333
            "axisCenteredZero": false,
334
            "axisColorMode": "text",
335
            "axisLabel": "",
336
            "axisPlacement": "auto",
337
            "barAlignment": 0,
338
            "drawStyle": "line",
339
            "fillOpacity": 0,
340
            "gradientMode": "none",
341
            "hideFrom": {
342
              "legend": false,
343
              "tooltip": false,
344
              "viz": false
345
            },
346
            "lineInterpolation": "linear",
347
            "lineWidth": 1,
348
            "pointSize": 5,
349
            "scaleDistribution": {
350
              "type": "linear"
351
            },
352
            "showPoints": "auto",
353
            "spanNulls": false,
354
            "stacking": {
355
              "group": "A",
356
              "mode": "none"
357
            },
358
            "thresholdsStyle": {
359
              "mode": "off"
360
            }
361
          },
362
          "mappings": [],
363
          "thresholds": {
364
            "mode": "absolute",
365
            "steps": [
366
              {
367
                "color": "green",
368
                "value": null
369
              },
370
              {
371
                "color": "red",
372
                "value": 80
373
              }
374
            ]
375
          },
376
          "unit": "ms"
377
        },
378
        "overrides": []
379
      },
380
      "gridPos": {
381
        "h": 8,
382
        "w": 12,
383
        "x": 0,
384
        "y": 8
385
      },
386
      "id": 8,
387
      "options": {
388
        "legend": {
389
          "calcs": [],
390
          "displayMode": "list",
391
          "placement": "bottom",
392
          "showLegend": true
393
        },
394
        "tooltip": {
395
          "mode": "single",
396
          "sort": "none"
397
        }
398
      },
399
      "targets": [
400
        {
401
          "datasource": {
402
            "type": "prometheus",
403
            "uid": "Prometheus"
404
          },
405
          "exemplar": true,
406
          "expr": "rate(batch_delete_durations_ms_sum{}[$__interval])/rate(batch_delete_durations_ms_count{}[$__interval])",
407
          "interval": "",
408
          "legendFormat": "{{ operation }} ({{class_name}}/{{shard_name}})",
409
          "refId": "A"
410
        }
411
      ],
412
      "title": "Batch Delete Durations",
413
      "type": "timeseries"
414
    },
415
    {
416
      "datasource": {
417
        "type": "prometheus",
418
        "uid": "Prometheus"
419
      },
420
      "description": "",
421
      "fieldConfig": {
422
        "defaults": {
423
          "color": {
424
            "mode": "continuous-BlYlRd"
425
          },
426
          "custom": {
427
            "axisCenteredZero": false,
428
            "axisColorMode": "text",
429
            "axisLabel": "",
430
            "axisPlacement": "auto",
431
            "barAlignment": 0,
432
            "drawStyle": "line",
433
            "fillOpacity": 0,
434
            "gradientMode": "none",
435
            "hideFrom": {
436
              "legend": false,
437
              "tooltip": false,
438
              "viz": false
439
            },
440
            "lineInterpolation": "linear",
441
            "lineWidth": 1,
442
            "pointSize": 5,
443
            "scaleDistribution": {
444
              "type": "linear"
445
            },
446
            "showPoints": "auto",
447
            "spanNulls": false,
448
            "stacking": {
449
              "group": "A",
450
              "mode": "none"
451
            },
452
            "thresholdsStyle": {
453
              "mode": "off"
454
            }
455
          },
456
          "mappings": [],
457
          "thresholds": {
458
            "mode": "absolute",
459
            "steps": [
460
              {
461
                "color": "green",
462
                "value": null
463
              },
464
              {
465
                "color": "red",
466
                "value": 80
467
              }
468
            ]
469
          },
470
          "unit": "ms"
471
        },
472
        "overrides": []
473
      },
474
      "gridPos": {
475
        "h": 8,
476
        "w": 12,
477
        "x": 12,
478
        "y": 15
479
      },
480
      "id": 6,
481
      "maxDataPoints": 25,
482
      "options": {
483
        "legend": {
484
          "calcs": [],
485
          "displayMode": "list",
486
          "placement": "bottom",
487
          "showLegend": true
488
        },
489
        "tooltip": {
490
          "mode": "single",
491
          "sort": "none"
492
        }
493
      },
494
      "pluginVersion": "9.3.6",
495
      "targets": [
496
        {
497
          "datasource": {
498
            "type": "prometheus",
499
            "uid": "Prometheus"
500
          },
501
          "editorMode": "code",
502
          "exemplar": true,
503
          "expr": "rate(objects_durations_ms_sum{step=\"inverted_total\"}[$__interval]) / rate(objects_durations_ms_count{step=\"inverted_total\"}[$__interval])",
504
          "format": "time_series",
505
          "interval": "",
506
          "legendFormat": "{{step}} ({{class_name}}/{{shard_name}})",
507
          "range": true,
508
          "refId": "A"
509
        }
510
      ],
511
      "title": "PUT Object (Inverted Index)",
512
      "type": "timeseries"
513
    }
514
  ],
515
  "refresh": "5s",
516
  "schemaVersion": 37,
517
  "style": "dark",
518
  "tags": [],
519
  "templating": {
520
    "list": []
521
  },
522
  "time": {
523
    "from": "now-15m",
524
    "to": "now"
525
  },
526
  "timepicker": {},
527
  "timezone": "",
528
  "title": "Object Operations",
529
  "uid": "X48CZzj7k",
530
  "version": 1,
531
  "weekStart": ""
532
}

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

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

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

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