weaviate

Форк
0
/
tombstones.json 
620 строк · 15.9 Кб
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
          "type": "dashboard"
15
        }
16
      ]
17
    },
18
    "editable": true,
19
    "fiscalYearStartMonth": 0,
20
    "graphTooltip": 0,
21
    "id": 11,
22
    "links": [],
23
    "liveNow": false,
24
    "panels": [
25
      {
26
        "datasource": {
27
          "type": "prometheus",
28
          "uid": "Prometheus"
29
        },
30
        "description": "",
31
        "fieldConfig": {
32
          "defaults": {
33
            "color": {
34
              "mode": "palette-classic"
35
            },
36
            "custom": {
37
              "axisBorderShow": false,
38
              "axisCenteredZero": false,
39
              "axisColorMode": "text",
40
              "axisLabel": "",
41
              "axisPlacement": "auto",
42
              "barAlignment": 0,
43
              "drawStyle": "line",
44
              "fillOpacity": 0,
45
              "gradientMode": "none",
46
              "hideFrom": {
47
                "legend": false,
48
                "tooltip": false,
49
                "viz": false
50
              },
51
              "insertNulls": false,
52
              "lineInterpolation": "linear",
53
              "lineWidth": 1,
54
              "pointSize": 5,
55
              "scaleDistribution": {
56
                "type": "linear"
57
              },
58
              "showPoints": "auto",
59
              "spanNulls": false,
60
              "stacking": {
61
                "group": "A",
62
                "mode": "none"
63
              },
64
              "thresholdsStyle": {
65
                "mode": "off"
66
              }
67
            },
68
            "mappings": [],
69
            "thresholds": {
70
              "mode": "absolute",
71
              "steps": [
72
                {
73
                  "color": "green",
74
                  "value": null
75
                },
76
                {
77
                  "color": "red",
78
                  "value": 80
79
                }
80
              ]
81
            }
82
          },
83
          "overrides": []
84
        },
85
        "gridPos": {
86
          "h": 7,
87
          "w": 12,
88
          "x": 0,
89
          "y": 0
90
        },
91
        "id": 6,
92
        "interval": "1",
93
        "options": {
94
          "legend": {
95
            "calcs": [],
96
            "displayMode": "list",
97
            "placement": "bottom",
98
            "showLegend": true
99
          },
100
          "tooltip": {
101
            "mode": "single",
102
            "sort": "none"
103
          }
104
        },
105
        "targets": [
106
          {
107
            "datasource": {
108
              "type": "prometheus",
109
              "uid": "Prometheus"
110
            },
111
            "exemplar": true,
112
            "expr": "vector_index_tombstones{}",
113
            "instant": false,
114
            "interval": "",
115
            "intervalFactor": 1,
116
            "legendFormat": "{{class_name}} - {{shard_name}}",
117
            "refId": "A"
118
          }
119
        ],
120
        "title": "Active Tombstones in HNSW index",
121
        "type": "timeseries"
122
      },
123
      {
124
        "datasource": {
125
          "type": "prometheus",
126
          "uid": "Prometheus"
127
        },
128
        "fieldConfig": {
129
          "defaults": {
130
            "color": {
131
              "mode": "thresholds"
132
            },
133
            "mappings": [],
134
            "thresholds": {
135
              "mode": "absolute",
136
              "steps": [
137
                {
138
                  "color": "text",
139
                  "value": null
140
                }
141
              ]
142
            }
143
          },
144
          "overrides": []
145
        },
146
        "gridPos": {
147
          "h": 7,
148
          "w": 12,
149
          "x": 12,
150
          "y": 0
151
        },
152
        "id": 7,
153
        "options": {
154
          "colorMode": "value",
155
          "graphMode": "area",
156
          "justifyMode": "center",
157
          "orientation": "auto",
158
          "reduceOptions": {
159
            "calcs": [
160
              "lastNotNull"
161
            ],
162
            "fields": "",
163
            "values": false
164
          },
165
          "textMode": "auto",
166
          "wideLayout": true
167
        },
168
        "pluginVersion": "10.2.3",
169
        "targets": [
170
          {
171
            "datasource": {
172
              "type": "prometheus",
173
              "uid": "Prometheus"
174
            },
175
            "exemplar": true,
176
            "expr": "sum(vector_index_operations{operation=\"create\"})",
177
            "interval": "",
178
            "legendFormat": "Vectors Inserted",
179
            "refId": "A"
180
          },
181
          {
182
            "datasource": {
183
              "type": "prometheus",
184
              "uid": "Prometheus"
185
            },
186
            "exemplar": true,
187
            "expr": "sum(vector_index_operations{operation=\"delete\"})",
188
            "hide": false,
189
            "interval": "",
190
            "legendFormat": "Vectors Deleted",
191
            "refId": "B"
192
          },
193
          {
194
            "datasource": {
195
              "type": "prometheus",
196
              "uid": "Prometheus"
197
            },
198
            "exemplar": false,
199
            "expr": "sum(vector_index_operations{operation=\"create\"}) - ignoring(operation) sum(vector_index_operations{operation=\"delete\"})",
200
            "hide": false,
201
            "instant": false,
202
            "interval": "",
203
            "legendFormat": "Net Vectors",
204
            "refId": "C"
205
          }
206
        ],
207
        "title": "Vector Index Statistics",
208
        "type": "stat"
209
      },
210
      {
211
        "datasource": {
212
          "type": "prometheus",
213
          "uid": "Prometheus"
214
        },
215
        "fieldConfig": {
216
          "defaults": {
217
            "color": {
218
              "mode": "palette-classic"
219
            },
220
            "custom": {
221
              "axisBorderShow": false,
222
              "axisCenteredZero": false,
223
              "axisColorMode": "text",
224
              "axisLabel": "",
225
              "axisPlacement": "auto",
226
              "barAlignment": 0,
227
              "drawStyle": "line",
228
              "fillOpacity": 0,
229
              "gradientMode": "none",
230
              "hideFrom": {
231
                "legend": false,
232
                "tooltip": false,
233
                "viz": false
234
              },
235
              "insertNulls": false,
236
              "lineInterpolation": "linear",
237
              "lineWidth": 1,
238
              "pointSize": 5,
239
              "scaleDistribution": {
240
                "type": "linear"
241
              },
242
              "showPoints": "auto",
243
              "spanNulls": false,
244
              "stacking": {
245
                "group": "A",
246
                "mode": "none"
247
              },
248
              "thresholdsStyle": {
249
                "mode": "off"
250
              }
251
            },
252
            "mappings": [],
253
            "thresholds": {
254
              "mode": "absolute",
255
              "steps": [
256
                {
257
                  "color": "green",
258
                  "value": null
259
                },
260
                {
261
                  "color": "red",
262
                  "value": 80
263
                }
264
              ]
265
            }
266
          },
267
          "overrides": []
268
        },
269
        "gridPos": {
270
          "h": 7,
271
          "w": 12,
272
          "x": 0,
273
          "y": 7
274
        },
275
        "id": 4,
276
        "options": {
277
          "legend": {
278
            "calcs": [],
279
            "displayMode": "list",
280
            "placement": "bottom",
281
            "showLegend": true
282
          },
283
          "tooltip": {
284
            "mode": "single",
285
            "sort": "none"
286
          }
287
        },
288
        "targets": [
289
          {
290
            "datasource": {
291
              "type": "prometheus",
292
              "uid": "Prometheus"
293
            },
294
            "editorMode": "code",
295
            "expr": "go_goroutines{job=\"weaviate\"}",
296
            "instant": false,
297
            "legendFormat": "Weaviate goroutines",
298
            "range": true,
299
            "refId": "A"
300
          }
301
        ],
302
        "title": "Weaviate goroutines",
303
        "type": "timeseries"
304
      },
305
      {
306
        "datasource": {
307
          "type": "prometheus",
308
          "uid": "Prometheus"
309
        },
310
        "fieldConfig": {
311
          "defaults": {
312
            "color": {
313
              "mode": "palette-classic"
314
            },
315
            "custom": {
316
              "axisBorderShow": false,
317
              "axisCenteredZero": false,
318
              "axisColorMode": "text",
319
              "axisLabel": "",
320
              "axisPlacement": "auto",
321
              "barAlignment": 0,
322
              "drawStyle": "line",
323
              "fillOpacity": 0,
324
              "gradientMode": "none",
325
              "hideFrom": {
326
                "legend": false,
327
                "tooltip": false,
328
                "viz": false
329
              },
330
              "insertNulls": false,
331
              "lineInterpolation": "linear",
332
              "lineWidth": 1,
333
              "pointSize": 5,
334
              "scaleDistribution": {
335
                "type": "linear"
336
              },
337
              "showPoints": "auto",
338
              "spanNulls": false,
339
              "stacking": {
340
                "group": "A",
341
                "mode": "none"
342
              },
343
              "thresholdsStyle": {
344
                "mode": "off"
345
              }
346
            },
347
            "mappings": [],
348
            "thresholds": {
349
              "mode": "absolute",
350
              "steps": [
351
                {
352
                  "color": "green",
353
                  "value": null
354
                },
355
                {
356
                  "color": "red",
357
                  "value": 80
358
                }
359
              ]
360
            }
361
          },
362
          "overrides": []
363
        },
364
        "gridPos": {
365
          "h": 7,
366
          "w": 12,
367
          "x": 12,
368
          "y": 7
369
        },
370
        "id": 3,
371
        "options": {
372
          "legend": {
373
            "calcs": [],
374
            "displayMode": "list",
375
            "placement": "bottom",
376
            "showLegend": true
377
          },
378
          "tooltip": {
379
            "mode": "single",
380
            "sort": "none"
381
          }
382
        },
383
        "targets": [
384
          {
385
            "datasource": {
386
              "type": "prometheus",
387
              "uid": "Prometheus"
388
            },
389
            "editorMode": "code",
390
            "expr": "tombstone_reassign_neighbors",
391
            "instant": false,
392
            "legendFormat": "Reassign - {{shard_name}}",
393
            "range": true,
394
            "refId": "A"
395
          }
396
        ],
397
        "title": "Tombstone Reassign Neighbors",
398
        "type": "timeseries"
399
      },
400
      {
401
        "datasource": {
402
          "type": "prometheus",
403
          "uid": "Prometheus"
404
        },
405
        "fieldConfig": {
406
          "defaults": {
407
            "color": {
408
              "mode": "palette-classic"
409
            },
410
            "custom": {
411
              "axisBorderShow": false,
412
              "axisCenteredZero": false,
413
              "axisColorMode": "text",
414
              "axisLabel": "",
415
              "axisPlacement": "auto",
416
              "barAlignment": 0,
417
              "drawStyle": "line",
418
              "fillOpacity": 0,
419
              "gradientMode": "none",
420
              "hideFrom": {
421
                "legend": false,
422
                "tooltip": false,
423
                "viz": false
424
              },
425
              "insertNulls": false,
426
              "lineInterpolation": "linear",
427
              "lineWidth": 1,
428
              "pointSize": 5,
429
              "scaleDistribution": {
430
                "type": "linear"
431
              },
432
              "showPoints": "auto",
433
              "spanNulls": false,
434
              "stacking": {
435
                "group": "A",
436
                "mode": "none"
437
              },
438
              "thresholdsStyle": {
439
                "mode": "off"
440
              }
441
            },
442
            "mappings": [],
443
            "thresholds": {
444
              "mode": "absolute",
445
              "steps": [
446
                {
447
                  "color": "green",
448
                  "value": null
449
                },
450
                {
451
                  "color": "red",
452
                  "value": 80
453
                }
454
              ]
455
            }
456
          },
457
          "overrides": []
458
        },
459
        "gridPos": {
460
          "h": 7,
461
          "w": 12,
462
          "x": 0,
463
          "y": 14
464
        },
465
        "id": 2,
466
        "options": {
467
          "legend": {
468
            "calcs": [],
469
            "displayMode": "list",
470
            "placement": "bottom",
471
            "showLegend": true
472
          },
473
          "tooltip": {
474
            "mode": "single",
475
            "sort": "none"
476
          }
477
        },
478
        "targets": [
479
          {
480
            "datasource": {
481
              "type": "prometheus",
482
              "uid": "Prometheus"
483
            },
484
            "editorMode": "code",
485
            "expr": "tombstone_find_global_entrypoint",
486
            "instant": false,
487
            "legendFormat": "Global Entrypoint - {{shard_name}}",
488
            "range": true,
489
            "refId": "A"
490
          },
491
          {
492
            "datasource": {
493
              "type": "prometheus",
494
              "uid": "Prometheus"
495
            },
496
            "editorMode": "code",
497
            "expr": "tombstone_find_global_entrypoint",
498
            "hide": false,
499
            "instant": false,
500
            "legendFormat": "Local Entrypoint - {{shard_name}}",
501
            "range": true,
502
            "refId": "B"
503
          }
504
        ],
505
        "title": "Find Local & Global Entrypoints",
506
        "type": "timeseries"
507
      },
508
      {
509
        "datasource": {
510
          "type": "prometheus",
511
          "uid": "Prometheus"
512
        },
513
        "fieldConfig": {
514
          "defaults": {
515
            "color": {
516
              "mode": "palette-classic"
517
            },
518
            "custom": {
519
              "axisBorderShow": false,
520
              "axisCenteredZero": false,
521
              "axisColorMode": "text",
522
              "axisLabel": "",
523
              "axisPlacement": "auto",
524
              "barAlignment": 0,
525
              "drawStyle": "line",
526
              "fillOpacity": 0,
527
              "gradientMode": "none",
528
              "hideFrom": {
529
                "legend": false,
530
                "tooltip": false,
531
                "viz": false
532
              },
533
              "insertNulls": false,
534
              "lineInterpolation": "linear",
535
              "lineWidth": 1,
536
              "pointSize": 5,
537
              "scaleDistribution": {
538
                "type": "linear"
539
              },
540
              "showPoints": "auto",
541
              "spanNulls": false,
542
              "stacking": {
543
                "group": "A",
544
                "mode": "none"
545
              },
546
              "thresholdsStyle": {
547
                "mode": "off"
548
              }
549
            },
550
            "mappings": [],
551
            "thresholds": {
552
              "mode": "absolute",
553
              "steps": [
554
                {
555
                  "color": "green",
556
                  "value": null
557
                },
558
                {
559
                  "color": "red",
560
                  "value": 80
561
                }
562
              ]
563
            }
564
          },
565
          "overrides": []
566
        },
567
        "gridPos": {
568
          "h": 7,
569
          "w": 12,
570
          "x": 12,
571
          "y": 14
572
        },
573
        "id": 1,
574
        "options": {
575
          "legend": {
576
            "calcs": [],
577
            "displayMode": "list",
578
            "placement": "bottom",
579
            "showLegend": true
580
          },
581
          "tooltip": {
582
            "mode": "single",
583
            "sort": "none"
584
          }
585
        },
586
        "targets": [
587
          {
588
            "datasource": {
589
              "type": "prometheus",
590
              "uid": "Prometheus"
591
            },
592
            "editorMode": "code",
593
            "expr": "tombstone_delete_list_size",
594
            "instant": false,
595
            "legendFormat": "{{class_name}} - {{shard_name}}",
596
            "range": true,
597
            "refId": "A"
598
          }
599
        ],
600
        "title": "Tombstone Delete List Size",
601
        "type": "timeseries"
602
      }
603
    ],
604
    "refresh": "",
605
    "schemaVersion": 39,
606
    "tags": [],
607
    "templating": {
608
      "list": []
609
    },
610
    "time": {
611
      "from": "now-15m",
612
      "to": "now"
613
    },
614
    "timepicker": {},
615
    "timezone": "",
616
    "title": "Tombstone Analysis",
617
    "uid": "b715f587-ef7d-4009-8e8a-d62e26a33a44",
618
    "version": 1,
619
    "weekStart": ""
620
  }

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

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

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

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