vectra-client 0.3.3 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,878 @@
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": 1,
21
+ "id": null,
22
+ "links": [],
23
+ "liveNow": false,
24
+ "panels": [
25
+ {
26
+ "datasource": {
27
+ "type": "prometheus",
28
+ "uid": "${DS_PROMETHEUS}"
29
+ },
30
+ "fieldConfig": {
31
+ "defaults": {
32
+ "color": {
33
+ "mode": "thresholds"
34
+ },
35
+ "mappings": [],
36
+ "thresholds": {
37
+ "mode": "absolute",
38
+ "steps": [
39
+ {
40
+ "color": "green",
41
+ "value": null
42
+ }
43
+ ]
44
+ },
45
+ "unit": "reqps",
46
+ "decimals": 2
47
+ }
48
+ },
49
+ "gridPos": {
50
+ "h": 8,
51
+ "w": 6,
52
+ "x": 0,
53
+ "y": 0
54
+ },
55
+ "id": 1,
56
+ "options": {
57
+ "colorMode": "value",
58
+ "graphMode": "area",
59
+ "justifyMode": "auto",
60
+ "orientation": "auto",
61
+ "reduceOptions": {
62
+ "values": false,
63
+ "calcs": [
64
+ "lastNotNull"
65
+ ],
66
+ "fields": ""
67
+ },
68
+ "textMode": "auto"
69
+ },
70
+ "pluginVersion": "10.0.0",
71
+ "targets": [
72
+ {
73
+ "datasource": {
74
+ "type": "prometheus",
75
+ "uid": "${DS_PROMETHEUS}"
76
+ },
77
+ "expr": "sum(rate(vectra_requests_total[5m]))",
78
+ "refId": "A"
79
+ }
80
+ ],
81
+ "title": "Total Requests/sec",
82
+ "type": "stat"
83
+ },
84
+ {
85
+ "datasource": {
86
+ "type": "prometheus",
87
+ "uid": "${DS_PROMETHEUS}"
88
+ },
89
+ "fieldConfig": {
90
+ "defaults": {
91
+ "color": {
92
+ "mode": "thresholds"
93
+ },
94
+ "mappings": [],
95
+ "thresholds": {
96
+ "mode": "absolute",
97
+ "steps": [
98
+ {
99
+ "color": "green",
100
+ "value": null
101
+ },
102
+ {
103
+ "color": "yellow",
104
+ "value": 1
105
+ },
106
+ {
107
+ "color": "red",
108
+ "value": 5
109
+ }
110
+ ]
111
+ },
112
+ "unit": "percent",
113
+ "decimals": 2
114
+ }
115
+ },
116
+ "gridPos": {
117
+ "h": 8,
118
+ "w": 6,
119
+ "x": 6,
120
+ "y": 0
121
+ },
122
+ "id": 2,
123
+ "options": {
124
+ "colorMode": "value",
125
+ "graphMode": "area",
126
+ "justifyMode": "auto",
127
+ "orientation": "auto",
128
+ "reduceOptions": {
129
+ "values": false,
130
+ "calcs": [
131
+ "lastNotNull"
132
+ ],
133
+ "fields": ""
134
+ },
135
+ "textMode": "auto"
136
+ },
137
+ "pluginVersion": "10.0.0",
138
+ "targets": [
139
+ {
140
+ "datasource": {
141
+ "type": "prometheus",
142
+ "uid": "${DS_PROMETHEUS}"
143
+ },
144
+ "expr": "sum(rate(vectra_errors_total[5m])) / sum(rate(vectra_requests_total[5m])) * 100",
145
+ "refId": "A"
146
+ }
147
+ ],
148
+ "title": "Error Rate %",
149
+ "type": "stat"
150
+ },
151
+ {
152
+ "datasource": {
153
+ "type": "prometheus",
154
+ "uid": "${DS_PROMETHEUS}"
155
+ },
156
+ "fieldConfig": {
157
+ "defaults": {
158
+ "color": {
159
+ "mode": "thresholds"
160
+ },
161
+ "mappings": [],
162
+ "thresholds": {
163
+ "mode": "absolute",
164
+ "steps": [
165
+ {
166
+ "color": "green",
167
+ "value": null
168
+ },
169
+ {
170
+ "color": "yellow",
171
+ "value": 0.1
172
+ },
173
+ {
174
+ "color": "red",
175
+ "value": 0.5
176
+ }
177
+ ]
178
+ },
179
+ "unit": "s",
180
+ "decimals": 3
181
+ }
182
+ },
183
+ "gridPos": {
184
+ "h": 8,
185
+ "w": 6,
186
+ "x": 12,
187
+ "y": 0
188
+ },
189
+ "id": 3,
190
+ "options": {
191
+ "colorMode": "value",
192
+ "graphMode": "area",
193
+ "justifyMode": "auto",
194
+ "orientation": "auto",
195
+ "reduceOptions": {
196
+ "values": false,
197
+ "calcs": [
198
+ "lastNotNull"
199
+ ],
200
+ "fields": ""
201
+ },
202
+ "textMode": "auto"
203
+ },
204
+ "pluginVersion": "10.0.0",
205
+ "targets": [
206
+ {
207
+ "datasource": {
208
+ "type": "prometheus",
209
+ "uid": "${DS_PROMETHEUS}"
210
+ },
211
+ "expr": "histogram_quantile(0.95, sum(rate(vectra_request_duration_seconds_bucket[5m])) by (le))",
212
+ "refId": "A"
213
+ }
214
+ ],
215
+ "title": "P95 Latency",
216
+ "type": "stat"
217
+ },
218
+ {
219
+ "datasource": {
220
+ "type": "prometheus",
221
+ "uid": "${DS_PROMETHEUS}"
222
+ },
223
+ "fieldConfig": {
224
+ "defaults": {
225
+ "color": {
226
+ "mode": "thresholds"
227
+ },
228
+ "mappings": [],
229
+ "thresholds": {
230
+ "mode": "absolute",
231
+ "steps": [
232
+ {
233
+ "color": "red",
234
+ "value": null
235
+ },
236
+ {
237
+ "color": "yellow",
238
+ "value": 50
239
+ },
240
+ {
241
+ "color": "green",
242
+ "value": 80
243
+ }
244
+ ]
245
+ },
246
+ "unit": "percent",
247
+ "decimals": 1
248
+ }
249
+ },
250
+ "gridPos": {
251
+ "h": 8,
252
+ "w": 6,
253
+ "x": 18,
254
+ "y": 0
255
+ },
256
+ "id": 4,
257
+ "options": {
258
+ "colorMode": "value",
259
+ "graphMode": "area",
260
+ "justifyMode": "auto",
261
+ "orientation": "auto",
262
+ "reduceOptions": {
263
+ "values": false,
264
+ "calcs": [
265
+ "lastNotNull"
266
+ ],
267
+ "fields": ""
268
+ },
269
+ "textMode": "auto"
270
+ },
271
+ "pluginVersion": "10.0.0",
272
+ "targets": [
273
+ {
274
+ "datasource": {
275
+ "type": "prometheus",
276
+ "uid": "${DS_PROMETHEUS}"
277
+ },
278
+ "expr": "sum(rate(vectra_cache_hits_total[5m])) / (sum(rate(vectra_cache_hits_total[5m])) + sum(rate(vectra_cache_misses_total[5m]))) * 100",
279
+ "refId": "A"
280
+ }
281
+ ],
282
+ "title": "Cache Hit Ratio %",
283
+ "type": "stat"
284
+ },
285
+ {
286
+ "datasource": {
287
+ "type": "prometheus",
288
+ "uid": "${DS_PROMETHEUS}"
289
+ },
290
+ "fieldConfig": {
291
+ "defaults": {
292
+ "color": {
293
+ "mode": "palette-classic"
294
+ },
295
+ "custom": {
296
+ "axisCenteredZero": false,
297
+ "axisColorMode": "text",
298
+ "axisLabel": "",
299
+ "axisPlacement": "auto",
300
+ "barAlignment": 0,
301
+ "drawStyle": "line",
302
+ "fillOpacity": 10,
303
+ "gradientMode": "none",
304
+ "hideFrom": {
305
+ "tooltip": false,
306
+ "viz": false,
307
+ "legend": false
308
+ },
309
+ "lineInterpolation": "smooth",
310
+ "lineWidth": 2,
311
+ "pointSize": 5,
312
+ "scaleDistribution": {
313
+ "type": "linear"
314
+ },
315
+ "showPoints": "never",
316
+ "spanNulls": false,
317
+ "stacking": {
318
+ "group": "A",
319
+ "mode": "none"
320
+ },
321
+ "thresholdsStyle": {
322
+ "mode": "off"
323
+ }
324
+ },
325
+ "mappings": [],
326
+ "thresholds": {
327
+ "mode": "absolute",
328
+ "steps": [
329
+ {
330
+ "color": "green",
331
+ "value": null
332
+ }
333
+ ]
334
+ },
335
+ "unit": "reqps"
336
+ }
337
+ },
338
+ "gridPos": {
339
+ "h": 9,
340
+ "w": 12,
341
+ "x": 0,
342
+ "y": 8
343
+ },
344
+ "id": 5,
345
+ "options": {
346
+ "legend": {
347
+ "calcs": [],
348
+ "displayMode": "table",
349
+ "placement": "bottom",
350
+ "showLegend": true
351
+ },
352
+ "tooltip": {
353
+ "mode": "multi",
354
+ "sort": "none"
355
+ }
356
+ },
357
+ "pluginVersion": "10.0.0",
358
+ "targets": [
359
+ {
360
+ "datasource": {
361
+ "type": "prometheus",
362
+ "uid": "${DS_PROMETHEUS}"
363
+ },
364
+ "expr": "sum(rate(vectra_requests_total[5m])) by (operation)",
365
+ "legendFormat": "{{operation}}",
366
+ "refId": "A"
367
+ }
368
+ ],
369
+ "title": "Request Rate by Operation",
370
+ "type": "timeseries"
371
+ },
372
+ {
373
+ "datasource": {
374
+ "type": "prometheus",
375
+ "uid": "${DS_PROMETHEUS}"
376
+ },
377
+ "fieldConfig": {
378
+ "defaults": {
379
+ "color": {
380
+ "mode": "palette-classic"
381
+ },
382
+ "custom": {
383
+ "axisCenteredZero": false,
384
+ "axisColorMode": "text",
385
+ "axisLabel": "",
386
+ "axisPlacement": "auto",
387
+ "barAlignment": 0,
388
+ "drawStyle": "line",
389
+ "fillOpacity": 10,
390
+ "gradientMode": "none",
391
+ "hideFrom": {
392
+ "tooltip": false,
393
+ "viz": false,
394
+ "legend": false
395
+ },
396
+ "lineInterpolation": "smooth",
397
+ "lineWidth": 2,
398
+ "pointSize": 5,
399
+ "scaleDistribution": {
400
+ "type": "linear"
401
+ },
402
+ "showPoints": "never",
403
+ "spanNulls": false,
404
+ "stacking": {
405
+ "group": "A",
406
+ "mode": "none"
407
+ },
408
+ "thresholdsStyle": {
409
+ "mode": "off"
410
+ }
411
+ },
412
+ "mappings": [],
413
+ "thresholds": {
414
+ "mode": "absolute",
415
+ "steps": [
416
+ {
417
+ "color": "green",
418
+ "value": null
419
+ }
420
+ ]
421
+ },
422
+ "unit": "s"
423
+ }
424
+ },
425
+ "gridPos": {
426
+ "h": 9,
427
+ "w": 12,
428
+ "x": 12,
429
+ "y": 8
430
+ },
431
+ "id": 6,
432
+ "options": {
433
+ "legend": {
434
+ "calcs": [],
435
+ "displayMode": "table",
436
+ "placement": "bottom",
437
+ "showLegend": true
438
+ },
439
+ "tooltip": {
440
+ "mode": "multi",
441
+ "sort": "none"
442
+ }
443
+ },
444
+ "pluginVersion": "10.0.0",
445
+ "targets": [
446
+ {
447
+ "datasource": {
448
+ "type": "prometheus",
449
+ "uid": "${DS_PROMETHEUS}"
450
+ },
451
+ "expr": "histogram_quantile(0.50, sum(rate(vectra_request_duration_seconds_bucket[5m])) by (le))",
452
+ "legendFormat": "P50",
453
+ "refId": "A"
454
+ },
455
+ {
456
+ "datasource": {
457
+ "type": "prometheus",
458
+ "uid": "${DS_PROMETHEUS}"
459
+ },
460
+ "expr": "histogram_quantile(0.95, sum(rate(vectra_request_duration_seconds_bucket[5m])) by (le))",
461
+ "legendFormat": "P95",
462
+ "refId": "B"
463
+ },
464
+ {
465
+ "datasource": {
466
+ "type": "prometheus",
467
+ "uid": "${DS_PROMETHEUS}"
468
+ },
469
+ "expr": "histogram_quantile(0.99, sum(rate(vectra_request_duration_seconds_bucket[5m])) by (le))",
470
+ "legendFormat": "P99",
471
+ "refId": "C"
472
+ }
473
+ ],
474
+ "title": "Latency Distribution (P50, P95, P99)",
475
+ "type": "timeseries"
476
+ },
477
+ {
478
+ "datasource": {
479
+ "type": "prometheus",
480
+ "uid": "${DS_PROMETHEUS}"
481
+ },
482
+ "fieldConfig": {
483
+ "defaults": {
484
+ "color": {
485
+ "mode": "palette-classic"
486
+ },
487
+ "custom": {
488
+ "axisCenteredZero": false,
489
+ "axisColorMode": "text",
490
+ "axisLabel": "",
491
+ "axisPlacement": "auto",
492
+ "barAlignment": 0,
493
+ "drawStyle": "line",
494
+ "fillOpacity": 10,
495
+ "gradientMode": "none",
496
+ "hideFrom": {
497
+ "tooltip": false,
498
+ "viz": false,
499
+ "legend": false
500
+ },
501
+ "lineInterpolation": "smooth",
502
+ "lineWidth": 2,
503
+ "pointSize": 5,
504
+ "scaleDistribution": {
505
+ "type": "linear"
506
+ },
507
+ "showPoints": "never",
508
+ "spanNulls": false,
509
+ "stacking": {
510
+ "group": "A",
511
+ "mode": "none"
512
+ },
513
+ "thresholdsStyle": {
514
+ "mode": "off"
515
+ }
516
+ },
517
+ "mappings": [],
518
+ "thresholds": {
519
+ "mode": "absolute",
520
+ "steps": [
521
+ {
522
+ "color": "green",
523
+ "value": null
524
+ }
525
+ ]
526
+ },
527
+ "unit": "vecps"
528
+ }
529
+ },
530
+ "gridPos": {
531
+ "h": 9,
532
+ "w": 12,
533
+ "x": 0,
534
+ "y": 17
535
+ },
536
+ "id": 7,
537
+ "options": {
538
+ "legend": {
539
+ "calcs": [],
540
+ "displayMode": "table",
541
+ "placement": "bottom",
542
+ "showLegend": true
543
+ },
544
+ "tooltip": {
545
+ "mode": "multi",
546
+ "sort": "none"
547
+ }
548
+ },
549
+ "pluginVersion": "10.0.0",
550
+ "targets": [
551
+ {
552
+ "datasource": {
553
+ "type": "prometheus",
554
+ "uid": "${DS_PROMETHEUS}"
555
+ },
556
+ "expr": "sum(rate(vectra_vectors_processed_total[5m])) by (operation)",
557
+ "legendFormat": "{{operation}}",
558
+ "refId": "A"
559
+ }
560
+ ],
561
+ "title": "Vectors Processed/sec",
562
+ "type": "timeseries"
563
+ },
564
+ {
565
+ "datasource": {
566
+ "type": "prometheus",
567
+ "uid": "${DS_PROMETHEUS}"
568
+ },
569
+ "fieldConfig": {
570
+ "defaults": {
571
+ "color": {
572
+ "mode": "palette-classic"
573
+ },
574
+ "custom": {
575
+ "axisCenteredZero": false,
576
+ "axisColorMode": "text",
577
+ "axisLabel": "",
578
+ "axisPlacement": "auto",
579
+ "barAlignment": 0,
580
+ "drawStyle": "line",
581
+ "fillOpacity": 10,
582
+ "gradientMode": "none",
583
+ "hideFrom": {
584
+ "tooltip": false,
585
+ "viz": false,
586
+ "legend": false
587
+ },
588
+ "lineInterpolation": "smooth",
589
+ "lineWidth": 2,
590
+ "pointSize": 5,
591
+ "scaleDistribution": {
592
+ "type": "linear"
593
+ },
594
+ "showPoints": "never",
595
+ "spanNulls": false,
596
+ "stacking": {
597
+ "group": "A",
598
+ "mode": "none"
599
+ },
600
+ "thresholdsStyle": {
601
+ "mode": "off"
602
+ }
603
+ },
604
+ "mappings": [],
605
+ "thresholds": {
606
+ "mode": "absolute",
607
+ "steps": [
608
+ {
609
+ "color": "green",
610
+ "value": null
611
+ }
612
+ ]
613
+ },
614
+ "unit": "ops"
615
+ }
616
+ },
617
+ "gridPos": {
618
+ "h": 9,
619
+ "w": 12,
620
+ "x": 12,
621
+ "y": 17
622
+ },
623
+ "id": 8,
624
+ "options": {
625
+ "legend": {
626
+ "calcs": [],
627
+ "displayMode": "table",
628
+ "placement": "bottom",
629
+ "showLegend": true
630
+ },
631
+ "tooltip": {
632
+ "mode": "multi",
633
+ "sort": "none"
634
+ }
635
+ },
636
+ "pluginVersion": "10.0.0",
637
+ "targets": [
638
+ {
639
+ "datasource": {
640
+ "type": "prometheus",
641
+ "uid": "${DS_PROMETHEUS}"
642
+ },
643
+ "expr": "sum(rate(vectra_errors_total[5m])) by (error_type)",
644
+ "legendFormat": "{{error_type}}",
645
+ "refId": "A"
646
+ }
647
+ ],
648
+ "title": "Errors by Type",
649
+ "type": "timeseries"
650
+ },
651
+ {
652
+ "datasource": {
653
+ "type": "prometheus",
654
+ "uid": "${DS_PROMETHEUS}"
655
+ },
656
+ "fieldConfig": {
657
+ "defaults": {
658
+ "color": {
659
+ "mode": "palette-classic"
660
+ },
661
+ "custom": {
662
+ "axisCenteredZero": false,
663
+ "axisColorMode": "text",
664
+ "axisLabel": "",
665
+ "axisPlacement": "auto",
666
+ "barAlignment": 0,
667
+ "drawStyle": "bars",
668
+ "fillOpacity": 100,
669
+ "gradientMode": "hue",
670
+ "hideFrom": {
671
+ "tooltip": false,
672
+ "viz": false,
673
+ "legend": false
674
+ },
675
+ "lineInterpolation": "linear",
676
+ "lineWidth": 1,
677
+ "pointSize": 5,
678
+ "scaleDistribution": {
679
+ "type": "linear"
680
+ },
681
+ "showPoints": "never",
682
+ "spanNulls": false,
683
+ "stacking": {
684
+ "group": "A",
685
+ "mode": "none"
686
+ },
687
+ "thresholdsStyle": {
688
+ "mode": "off"
689
+ }
690
+ },
691
+ "mappings": [],
692
+ "thresholds": {
693
+ "mode": "absolute",
694
+ "steps": [
695
+ {
696
+ "color": "green",
697
+ "value": null
698
+ }
699
+ ]
700
+ },
701
+ "unit": "reqps"
702
+ }
703
+ },
704
+ "gridPos": {
705
+ "h": 8,
706
+ "w": 12,
707
+ "x": 0,
708
+ "y": 26
709
+ },
710
+ "id": 9,
711
+ "options": {
712
+ "legend": {
713
+ "calcs": [],
714
+ "displayMode": "table",
715
+ "placement": "bottom",
716
+ "showLegend": true
717
+ },
718
+ "tooltip": {
719
+ "mode": "multi",
720
+ "sort": "none"
721
+ }
722
+ },
723
+ "pluginVersion": "10.0.0",
724
+ "targets": [
725
+ {
726
+ "datasource": {
727
+ "type": "prometheus",
728
+ "uid": "${DS_PROMETHEUS}"
729
+ },
730
+ "expr": "sum(rate(vectra_requests_total[5m])) by (provider)",
731
+ "legendFormat": "{{provider}}",
732
+ "refId": "A"
733
+ }
734
+ ],
735
+ "title": "Request Rate by Provider",
736
+ "type": "timeseries"
737
+ },
738
+ {
739
+ "datasource": {
740
+ "type": "prometheus",
741
+ "uid": "${DS_PROMETHEUS}"
742
+ },
743
+ "fieldConfig": {
744
+ "defaults": {
745
+ "color": {
746
+ "mode": "palette-classic"
747
+ },
748
+ "custom": {
749
+ "hideFrom": {
750
+ "tooltip": false,
751
+ "viz": false,
752
+ "legend": false
753
+ }
754
+ },
755
+ "mappings": []
756
+ }
757
+ },
758
+ "gridPos": {
759
+ "h": 8,
760
+ "w": 6,
761
+ "x": 12,
762
+ "y": 26
763
+ },
764
+ "id": 10,
765
+ "options": {
766
+ "legend": {
767
+ "displayMode": "table",
768
+ "placement": "right",
769
+ "showLegend": true,
770
+ "values": []
771
+ },
772
+ "pieType": "pie",
773
+ "tooltip": {
774
+ "mode": "single",
775
+ "sort": "none"
776
+ }
777
+ },
778
+ "pluginVersion": "10.0.0",
779
+ "targets": [
780
+ {
781
+ "datasource": {
782
+ "type": "prometheus",
783
+ "uid": "${DS_PROMETHEUS}"
784
+ },
785
+ "expr": "sum(rate(vectra_requests_total[5m])) by (operation)",
786
+ "legendFormat": "{{operation}}",
787
+ "refId": "A"
788
+ }
789
+ ],
790
+ "title": "Operations Distribution",
791
+ "type": "piechart"
792
+ },
793
+ {
794
+ "datasource": {
795
+ "type": "prometheus",
796
+ "uid": "${DS_PROMETHEUS}"
797
+ },
798
+ "fieldConfig": {
799
+ "defaults": {
800
+ "color": {
801
+ "mode": "palette-classic"
802
+ },
803
+ "custom": {
804
+ "hideFrom": {
805
+ "tooltip": false,
806
+ "viz": false,
807
+ "legend": false
808
+ }
809
+ },
810
+ "mappings": []
811
+ }
812
+ },
813
+ "gridPos": {
814
+ "h": 8,
815
+ "w": 6,
816
+ "x": 18,
817
+ "y": 26
818
+ },
819
+ "id": 11,
820
+ "options": {
821
+ "legend": {
822
+ "displayMode": "table",
823
+ "placement": "right",
824
+ "showLegend": true,
825
+ "values": []
826
+ },
827
+ "pieType": "pie",
828
+ "tooltip": {
829
+ "mode": "single",
830
+ "sort": "none"
831
+ }
832
+ },
833
+ "pluginVersion": "10.0.0",
834
+ "targets": [
835
+ {
836
+ "datasource": {
837
+ "type": "prometheus",
838
+ "uid": "${DS_PROMETHEUS}"
839
+ },
840
+ "expr": "sum(rate(vectra_requests_total[5m])) by (provider)",
841
+ "legendFormat": "{{provider}}",
842
+ "refId": "A"
843
+ }
844
+ ],
845
+ "title": "Provider Distribution",
846
+ "type": "piechart"
847
+ }
848
+ ],
849
+ "refresh": "30s",
850
+ "schemaVersion": 38,
851
+ "style": "dark",
852
+ "tags": ["vectra", "vector-database", "monitoring"],
853
+ "templating": {
854
+ "list": []
855
+ },
856
+ "time": {
857
+ "from": "now-1h",
858
+ "to": "now"
859
+ },
860
+ "timepicker": {
861
+ "refresh_intervals": [
862
+ "10s",
863
+ "30s",
864
+ "1m",
865
+ "5m",
866
+ "15m",
867
+ "30m",
868
+ "1h",
869
+ "2h",
870
+ "1d"
871
+ ]
872
+ },
873
+ "timezone": "browser",
874
+ "title": "Vectra - Vector Database Monitoring",
875
+ "uid": "vectra-monitoring",
876
+ "version": 1,
877
+ "weekStart": ""
878
+ }