weaviate

Форк
0
/
host_metrics_mac.json 
923 строки · 21.0 Кб
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
  "description": "A quickstart to setup Prometheus Node Exporter with preconfigured dashboards, alerting rules, and recording rules. Mac OSX.",
19
  "editable": true,
20
  "fiscalYearStartMonth": 0,
21
  "gnetId": 15797,
22
  "graphTooltip": 0,
23
  "links": [],
24
  "liveNow": false,
25
  "panels": [
26
    {
27
      "aliasColors": {},
28
      "bars": false,
29
      "dashLength": 10,
30
      "dashes": false,
31
      "datasource": {
32
        "uid": "$datasource"
33
      },
34
      "fill": 1,
35
      "fillGradient": 0,
36
      "gridPos": {
37
        "h": 7,
38
        "w": 12,
39
        "x": 0,
40
        "y": 0
41
      },
42
      "hiddenSeries": false,
43
      "id": 2,
44
      "legend": {
45
        "alignAsTable": false,
46
        "avg": false,
47
        "current": false,
48
        "max": false,
49
        "min": false,
50
        "rightSide": false,
51
        "show": true,
52
        "total": false,
53
        "values": false
54
      },
55
      "lines": true,
56
      "linewidth": 1,
57
      "links": [],
58
      "nullPointMode": "null",
59
      "options": {
60
        "alertThreshold": true
61
      },
62
      "percentage": false,
63
      "pluginVersion": "10.0.3",
64
      "pointradius": 5,
65
      "points": false,
66
      "renderer": "flot",
67
      "seriesOverrides": [],
68
      "spaceLength": 10,
69
      "stack": true,
70
      "steppedLine": false,
71
      "targets": [
72
        {
73
          "datasource": {
74
            "uid": "$datasource"
75
          },
76
          "expr": "(\n  (1 - rate(node_cpu_seconds_total{job=\"node\", mode=\"idle\", instance=\"$instance\"}[$__interval]))\n/ ignoring(cpu) group_left\n  count without (cpu)( node_cpu_seconds_total{job=\"node\", mode=\"idle\", instance=\"$instance\"})\n)\n",
77
          "format": "time_series",
78
          "intervalFactor": 5,
79
          "legendFormat": "{{cpu}}",
80
          "refId": "A"
81
        }
82
      ],
83
      "thresholds": [],
84
      "timeRegions": [],
85
      "title": "CPU Usage",
86
      "tooltip": {
87
        "shared": true,
88
        "sort": 0,
89
        "value_type": "individual"
90
      },
91
      "type": "graph",
92
      "xaxis": {
93
        "mode": "time",
94
        "show": true,
95
        "values": []
96
      },
97
      "yaxes": [
98
        {
99
          "format": "percentunit",
100
          "logBase": 1,
101
          "max": 1,
102
          "min": 0,
103
          "show": true
104
        },
105
        {
106
          "format": "percentunit",
107
          "logBase": 1,
108
          "max": 1,
109
          "min": 0,
110
          "show": true
111
        }
112
      ],
113
      "yaxis": {
114
        "align": false
115
      }
116
    },
117
    {
118
      "aliasColors": {},
119
      "bars": false,
120
      "dashLength": 10,
121
      "dashes": false,
122
      "datasource": {
123
        "uid": "$datasource"
124
      },
125
      "fill": 0,
126
      "fillGradient": 0,
127
      "gridPos": {
128
        "h": 7,
129
        "w": 12,
130
        "x": 12,
131
        "y": 0
132
      },
133
      "hiddenSeries": false,
134
      "id": 3,
135
      "legend": {
136
        "alignAsTable": false,
137
        "avg": false,
138
        "current": false,
139
        "max": false,
140
        "min": false,
141
        "rightSide": false,
142
        "show": true,
143
        "total": false,
144
        "values": false
145
      },
146
      "lines": true,
147
      "linewidth": 1,
148
      "links": [],
149
      "nullPointMode": "null",
150
      "options": {
151
        "alertThreshold": true
152
      },
153
      "percentage": false,
154
      "pluginVersion": "10.0.3",
155
      "pointradius": 5,
156
      "points": false,
157
      "renderer": "flot",
158
      "seriesOverrides": [],
159
      "spaceLength": 10,
160
      "stack": false,
161
      "steppedLine": false,
162
      "targets": [
163
        {
164
          "datasource": {
165
            "uid": "$datasource"
166
          },
167
          "expr": "node_load1{job=\"node\", instance=\"$instance\"}",
168
          "format": "time_series",
169
          "intervalFactor": 2,
170
          "legendFormat": "1m load average",
171
          "refId": "A"
172
        },
173
        {
174
          "datasource": {
175
            "uid": "$datasource"
176
          },
177
          "expr": "node_load5{job=\"node\", instance=\"$instance\"}",
178
          "format": "time_series",
179
          "intervalFactor": 2,
180
          "legendFormat": "5m load average",
181
          "refId": "B"
182
        },
183
        {
184
          "datasource": {
185
            "uid": "$datasource"
186
          },
187
          "expr": "node_load15{job=\"node\", instance=\"$instance\"}",
188
          "format": "time_series",
189
          "intervalFactor": 2,
190
          "legendFormat": "15m load average",
191
          "refId": "C"
192
        },
193
        {
194
          "datasource": {
195
            "uid": "$datasource"
196
          },
197
          "expr": "count(node_cpu_seconds_total{job=\"node\", instance=\"$instance\", mode=\"idle\"})",
198
          "format": "time_series",
199
          "intervalFactor": 2,
200
          "legendFormat": "logical cores",
201
          "refId": "D"
202
        }
203
      ],
204
      "thresholds": [],
205
      "timeRegions": [],
206
      "title": "Load Average",
207
      "tooltip": {
208
        "shared": true,
209
        "sort": 0,
210
        "value_type": "individual"
211
      },
212
      "type": "graph",
213
      "xaxis": {
214
        "mode": "time",
215
        "show": true,
216
        "values": []
217
      },
218
      "yaxes": [
219
        {
220
          "format": "short",
221
          "logBase": 1,
222
          "min": 0,
223
          "show": true
224
        },
225
        {
226
          "format": "short",
227
          "logBase": 1,
228
          "min": 0,
229
          "show": true
230
        }
231
      ],
232
      "yaxis": {
233
        "align": false
234
      }
235
    },
236
    {
237
      "aliasColors": {},
238
      "bars": false,
239
      "dashLength": 10,
240
      "dashes": false,
241
      "datasource": {
242
        "type": "prometheus",
243
        "uid": "$datasource"
244
      },
245
      "fill": 0,
246
      "fillGradient": 0,
247
      "gridPos": {
248
        "h": 7,
249
        "w": 18,
250
        "x": 0,
251
        "y": 7
252
      },
253
      "hiddenSeries": false,
254
      "id": 4,
255
      "legend": {
256
        "alignAsTable": false,
257
        "avg": false,
258
        "current": false,
259
        "max": false,
260
        "min": false,
261
        "rightSide": false,
262
        "show": true,
263
        "total": false,
264
        "values": false
265
      },
266
      "lines": true,
267
      "linewidth": 1,
268
      "links": [],
269
      "nullPointMode": "null",
270
      "options": {
271
        "alertThreshold": true
272
      },
273
      "percentage": false,
274
      "pluginVersion": "10.0.3",
275
      "pointradius": 2,
276
      "points": true,
277
      "renderer": "flot",
278
      "seriesOverrides": [],
279
      "spaceLength": 10,
280
      "stack": false,
281
      "steppedLine": false,
282
      "targets": [
283
        {
284
          "datasource": {
285
            "uid": "$datasource"
286
          },
287
          "editorMode": "code",
288
          "expr": "node_memory_total_bytes{job=\"node\", instance=\"$instance\"} - node_memory_free_bytes{job=\"node\", instance=\"$instance\"}",
289
          "format": "time_series",
290
          "hide": false,
291
          "intervalFactor": 2,
292
          "legendFormat": "memory used",
293
          "range": true,
294
          "refId": "D"
295
        },
296
        {
297
          "datasource": {
298
            "uid": "$datasource"
299
          },
300
          "editorMode": "code",
301
          "expr": "node_memory_total_bytes{job=\"node\", instance=\"$instance\"}",
302
          "format": "time_series",
303
          "hide": false,
304
          "intervalFactor": 2,
305
          "legendFormat": "memory total",
306
          "range": true,
307
          "refId": "A"
308
        },
309
        {
310
          "datasource": {
311
            "uid": "$datasource"
312
          },
313
          "editorMode": "code",
314
          "expr": "node_memory_active_bytes{job=\"node\", instance=\"$instance\"}",
315
          "format": "time_series",
316
          "hide": false,
317
          "intervalFactor": 2,
318
          "legendFormat": "memory active",
319
          "range": true,
320
          "refId": "B"
321
        }
322
      ],
323
      "thresholds": [],
324
      "timeRegions": [],
325
      "title": "Memory Usage",
326
      "tooltip": {
327
        "shared": true,
328
        "sort": 0,
329
        "value_type": "individual"
330
      },
331
      "type": "graph",
332
      "xaxis": {
333
        "mode": "time",
334
        "show": true,
335
        "values": []
336
      },
337
      "yaxes": [
338
        {
339
          "format": "bytes",
340
          "logBase": 1,
341
          "min": 0,
342
          "show": true
343
        },
344
        {
345
          "format": "bytes",
346
          "logBase": 1,
347
          "min": 0,
348
          "show": true
349
        }
350
      ],
351
      "yaxis": {
352
        "align": false
353
      }
354
    },
355
    {
356
      "datasource": {
357
        "uid": "$datasource"
358
      },
359
      "fieldConfig": {
360
        "defaults": {
361
          "color": {
362
            "mode": "thresholds"
363
          },
364
          "mappings": [
365
            {
366
              "options": {
367
                "match": "null",
368
                "result": {
369
                  "text": "N/A"
370
                }
371
              },
372
              "type": "special"
373
            }
374
          ],
375
          "max": 100,
376
          "min": 0,
377
          "thresholds": {
378
            "mode": "absolute",
379
            "steps": [
380
              {
381
                "color": "rgba(50, 172, 45, 0.97)",
382
                "value": null
383
              },
384
              {
385
                "color": "rgba(237, 129, 40, 0.89)",
386
                "value": 80
387
              },
388
              {
389
                "color": "rgba(245, 54, 54, 0.9)",
390
                "value": 90
391
              }
392
            ]
393
          },
394
          "unit": "percent"
395
        },
396
        "overrides": []
397
      },
398
      "gridPos": {
399
        "h": 7,
400
        "w": 6,
401
        "x": 18,
402
        "y": 7
403
      },
404
      "id": 5,
405
      "links": [],
406
      "maxDataPoints": 100,
407
      "options": {
408
        "orientation": "horizontal",
409
        "reduceOptions": {
410
          "calcs": [
411
            "lastNotNull"
412
          ],
413
          "fields": "",
414
          "values": false
415
        },
416
        "showThresholdLabels": false,
417
        "showThresholdMarkers": true
418
      },
419
      "pluginVersion": "10.0.3",
420
      "targets": [
421
        {
422
          "datasource": {
423
            "uid": "$datasource"
424
          },
425
          "expr": "(\n  avg(node_memory_active_bytes{job=\"node\", instance=\"$instance\"})\n/\n  avg(node_memory_total_bytes{job=\"node\", instance=\"$instance\"})\n* 100\n)\n",
426
          "format": "time_series",
427
          "intervalFactor": 2,
428
          "legendFormat": "",
429
          "refId": "A"
430
        }
431
      ],
432
      "title": "Memory Usage (active)",
433
      "type": "gauge"
434
    },
435
    {
436
      "aliasColors": {},
437
      "bars": false,
438
      "dashLength": 10,
439
      "dashes": false,
440
      "datasource": {
441
        "uid": "$datasource"
442
      },
443
      "fill": 0,
444
      "fillGradient": 0,
445
      "gridPos": {
446
        "h": 7,
447
        "w": 12,
448
        "x": 0,
449
        "y": 14
450
      },
451
      "hiddenSeries": false,
452
      "id": 6,
453
      "legend": {
454
        "alignAsTable": false,
455
        "avg": false,
456
        "current": false,
457
        "max": false,
458
        "min": false,
459
        "rightSide": false,
460
        "show": true,
461
        "total": false,
462
        "values": false
463
      },
464
      "lines": true,
465
      "linewidth": 1,
466
      "links": [],
467
      "nullPointMode": "null",
468
      "options": {
469
        "alertThreshold": true
470
      },
471
      "percentage": false,
472
      "pluginVersion": "10.0.3",
473
      "pointradius": 5,
474
      "points": false,
475
      "renderer": "flot",
476
      "seriesOverrides": [
477
        {
478
          "alias": "/ read| written/",
479
          "yaxis": 1
480
        },
481
        {
482
          "alias": "/ io time/",
483
          "yaxis": 2
484
        }
485
      ],
486
      "spaceLength": 10,
487
      "stack": false,
488
      "steppedLine": false,
489
      "targets": [
490
        {
491
          "datasource": {
492
            "uid": "$datasource"
493
          },
494
          "expr": "rate(node_disk_read_bytes_total{job=\"node\", instance=\"$instance\", device!=\"\"}[$__interval])",
495
          "format": "time_series",
496
          "intervalFactor": 2,
497
          "legendFormat": "{{device}} read",
498
          "refId": "A"
499
        },
500
        {
501
          "datasource": {
502
            "uid": "$datasource"
503
          },
504
          "expr": "rate(node_disk_written_bytes_total{job=\"node\", instance=\"$instance\", device!=\"\"}[$__interval])",
505
          "format": "time_series",
506
          "intervalFactor": 2,
507
          "legendFormat": "{{device}} written",
508
          "refId": "B"
509
        },
510
        {
511
          "datasource": {
512
            "uid": "$datasource"
513
          },
514
          "expr": "rate(node_disk_io_time_seconds_total{job=\"node\", instance=\"$instance\", device!=\"\"}[$__interval])",
515
          "format": "time_series",
516
          "intervalFactor": 2,
517
          "legendFormat": "{{device}} io time",
518
          "refId": "C"
519
        }
520
      ],
521
      "thresholds": [],
522
      "timeRegions": [],
523
      "title": "Disk I/O",
524
      "tooltip": {
525
        "shared": true,
526
        "sort": 0,
527
        "value_type": "individual"
528
      },
529
      "type": "graph",
530
      "xaxis": {
531
        "mode": "time",
532
        "show": true,
533
        "values": []
534
      },
535
      "yaxes": [
536
        {
537
          "format": "bytes",
538
          "logBase": 1,
539
          "show": true
540
        },
541
        {
542
          "format": "s",
543
          "logBase": 1,
544
          "show": true
545
        }
546
      ],
547
      "yaxis": {
548
        "align": false
549
      }
550
    },
551
    {
552
      "aliasColors": {},
553
      "bars": false,
554
      "dashLength": 10,
555
      "dashes": false,
556
      "datasource": {
557
        "uid": "$datasource"
558
      },
559
      "fill": 1,
560
      "fillGradient": 0,
561
      "gridPos": {
562
        "h": 7,
563
        "w": 12,
564
        "x": 12,
565
        "y": 14
566
      },
567
      "hiddenSeries": false,
568
      "id": 7,
569
      "legend": {
570
        "alignAsTable": false,
571
        "avg": false,
572
        "current": false,
573
        "max": false,
574
        "min": false,
575
        "rightSide": false,
576
        "show": true,
577
        "total": false,
578
        "values": false
579
      },
580
      "lines": true,
581
      "linewidth": 1,
582
      "links": [],
583
      "nullPointMode": "null",
584
      "options": {
585
        "alertThreshold": true
586
      },
587
      "percentage": false,
588
      "pluginVersion": "10.0.3",
589
      "pointradius": 5,
590
      "points": false,
591
      "renderer": "flot",
592
      "seriesOverrides": [
593
        {
594
          "alias": "used",
595
          "color": "#E0B400"
596
        },
597
        {
598
          "alias": "available",
599
          "color": "#73BF69"
600
        }
601
      ],
602
      "spaceLength": 10,
603
      "stack": true,
604
      "steppedLine": false,
605
      "targets": [
606
        {
607
          "datasource": {
608
            "uid": "$datasource"
609
          },
610
          "expr": "sum(\n  max by (device) (\n    node_filesystem_size_bytes{job=\"node\", instance=\"$instance\", fstype!=\"\"}\n  -\n    node_filesystem_avail_bytes{job=\"node\", instance=\"$instance\", fstype!=\"\"}\n  )\n)\n",
611
          "format": "time_series",
612
          "intervalFactor": 2,
613
          "legendFormat": "used",
614
          "refId": "A"
615
        },
616
        {
617
          "datasource": {
618
            "uid": "$datasource"
619
          },
620
          "expr": "sum(\n  max by (device) (\n    node_filesystem_avail_bytes{job=\"node\", instance=\"$instance\", fstype!=\"\"}\n  )\n)\n",
621
          "format": "time_series",
622
          "intervalFactor": 2,
623
          "legendFormat": "available",
624
          "refId": "B"
625
        }
626
      ],
627
      "thresholds": [],
628
      "timeRegions": [],
629
      "title": "Disk Space Usage",
630
      "tooltip": {
631
        "shared": true,
632
        "sort": 0,
633
        "value_type": "individual"
634
      },
635
      "type": "graph",
636
      "xaxis": {
637
        "mode": "time",
638
        "show": true,
639
        "values": []
640
      },
641
      "yaxes": [
642
        {
643
          "format": "bytes",
644
          "logBase": 1,
645
          "min": 0,
646
          "show": true
647
        },
648
        {
649
          "format": "bytes",
650
          "logBase": 1,
651
          "min": 0,
652
          "show": true
653
        }
654
      ],
655
      "yaxis": {
656
        "align": false
657
      }
658
    },
659
    {
660
      "aliasColors": {},
661
      "bars": false,
662
      "dashLength": 10,
663
      "dashes": false,
664
      "datasource": {
665
        "uid": "$datasource"
666
      },
667
      "fill": 0,
668
      "fillGradient": 0,
669
      "gridPos": {
670
        "h": 7,
671
        "w": 12,
672
        "x": 0,
673
        "y": 21
674
      },
675
      "hiddenSeries": false,
676
      "id": 8,
677
      "legend": {
678
        "alignAsTable": false,
679
        "avg": false,
680
        "current": false,
681
        "max": false,
682
        "min": false,
683
        "rightSide": false,
684
        "show": true,
685
        "total": false,
686
        "values": false
687
      },
688
      "lines": true,
689
      "linewidth": 1,
690
      "links": [],
691
      "nullPointMode": "null",
692
      "options": {
693
        "alertThreshold": true
694
      },
695
      "percentage": false,
696
      "pluginVersion": "10.0.3",
697
      "pointradius": 5,
698
      "points": false,
699
      "renderer": "flot",
700
      "seriesOverrides": [],
701
      "spaceLength": 10,
702
      "stack": false,
703
      "steppedLine": false,
704
      "targets": [
705
        {
706
          "datasource": {
707
            "uid": "$datasource"
708
          },
709
          "expr": "rate(node_network_receive_bytes_total{job=\"node\", instance=\"$instance\", device!=\"lo\"}[$__interval])",
710
          "format": "time_series",
711
          "intervalFactor": 2,
712
          "legendFormat": "{{device}}",
713
          "refId": "A"
714
        }
715
      ],
716
      "thresholds": [],
717
      "timeRegions": [],
718
      "title": "Network Received",
719
      "tooltip": {
720
        "shared": true,
721
        "sort": 0,
722
        "value_type": "individual"
723
      },
724
      "type": "graph",
725
      "xaxis": {
726
        "mode": "time",
727
        "show": true,
728
        "values": []
729
      },
730
      "yaxes": [
731
        {
732
          "format": "bytes",
733
          "logBase": 1,
734
          "min": 0,
735
          "show": true
736
        },
737
        {
738
          "format": "bytes",
739
          "logBase": 1,
740
          "min": 0,
741
          "show": true
742
        }
743
      ],
744
      "yaxis": {
745
        "align": false
746
      }
747
    },
748
    {
749
      "aliasColors": {},
750
      "bars": false,
751
      "dashLength": 10,
752
      "dashes": false,
753
      "datasource": {
754
        "uid": "$datasource"
755
      },
756
      "fill": 0,
757
      "fillGradient": 0,
758
      "gridPos": {
759
        "h": 7,
760
        "w": 12,
761
        "x": 12,
762
        "y": 21
763
      },
764
      "hiddenSeries": false,
765
      "id": 9,
766
      "legend": {
767
        "alignAsTable": false,
768
        "avg": false,
769
        "current": false,
770
        "max": false,
771
        "min": false,
772
        "rightSide": false,
773
        "show": true,
774
        "total": false,
775
        "values": false
776
      },
777
      "lines": true,
778
      "linewidth": 1,
779
      "links": [],
780
      "nullPointMode": "null",
781
      "options": {
782
        "alertThreshold": true
783
      },
784
      "percentage": false,
785
      "pluginVersion": "10.0.3",
786
      "pointradius": 5,
787
      "points": false,
788
      "renderer": "flot",
789
      "seriesOverrides": [],
790
      "spaceLength": 10,
791
      "stack": false,
792
      "steppedLine": false,
793
      "targets": [
794
        {
795
          "datasource": {
796
            "uid": "$datasource"
797
          },
798
          "expr": "rate(node_network_transmit_bytes_total{job=\"node\", instance=\"$instance\", device!=\"lo\"}[$__interval])",
799
          "format": "time_series",
800
          "intervalFactor": 2,
801
          "legendFormat": "{{device}}",
802
          "refId": "A"
803
        }
804
      ],
805
      "thresholds": [],
806
      "timeRegions": [],
807
      "title": "Network Transmitted",
808
      "tooltip": {
809
        "shared": true,
810
        "sort": 0,
811
        "value_type": "individual"
812
      },
813
      "type": "graph",
814
      "xaxis": {
815
        "mode": "time",
816
        "show": true,
817
        "values": []
818
      },
819
      "yaxes": [
820
        {
821
          "format": "bytes",
822
          "logBase": 1,
823
          "min": 0,
824
          "show": true
825
        },
826
        {
827
          "format": "bytes",
828
          "logBase": 1,
829
          "min": 0,
830
          "show": true
831
        }
832
      ],
833
      "yaxis": {
834
        "align": false
835
      }
836
    }
837
  ],
838
  "refresh": "",
839
  "schemaVersion": 38,
840
  "style": "dark",
841
  "tags": [],
842
  "templating": {
843
    "list": [
844
      {
845
        "current": {
846
          "selected": false,
847
          "text": "Prometheus",
848
          "value": "Prometheus"
849
        },
850
        "hide": 0,
851
        "includeAll": false,
852
        "multi": false,
853
        "name": "datasource",
854
        "options": [],
855
        "query": "prometheus",
856
        "refresh": 1,
857
        "regex": "",
858
        "skipUrlSync": false,
859
        "type": "datasource"
860
      },
861
      {
862
        "current": {
863
          "selected": false,
864
          "text": "host.docker.internal:9100",
865
          "value": "host.docker.internal:9100"
866
        },
867
        "datasource": {
868
          "type": "prometheus",
869
          "uid": "$datasource"
870
        },
871
        "definition": "",
872
        "hide": 0,
873
        "includeAll": false,
874
        "multi": false,
875
        "name": "instance",
876
        "options": [],
877
        "query": "label_values(node_exporter_build_info{job=\"node\"}, instance)",
878
        "refresh": 2,
879
        "regex": "",
880
        "skipUrlSync": false,
881
        "sort": 0,
882
        "tagValuesQuery": "",
883
        "tagsQuery": "",
884
        "type": "query",
885
        "useTags": false
886
      }
887
    ]
888
  },
889
  "time": {
890
    "from": "now-15m",
891
    "to": "now"
892
  },
893
  "timepicker": {
894
    "refresh_intervals": [
895
      "5s",
896
      "10s",
897
      "30s",
898
      "1m",
899
      "5m",
900
      "15m",
901
      "30m",
902
      "1h",
903
      "2h",
904
      "1d"
905
    ],
906
    "time_options": [
907
      "5m",
908
      "15m",
909
      "1h",
910
      "6h",
911
      "12h",
912
      "24h",
913
      "2d",
914
      "7d",
915
      "30d"
916
    ]
917
  },
918
  "timezone": "browser",
919
  "title": "Host Metrics Mac",
920
  "uid": "node-exporter-mac",
921
  "version": 1,
922
  "weekStart": ""
923
}

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

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

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

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