weaviate

Форк
0
316 строк · 6.9 Кб
1
{
2
  "annotations": {
3
    "list": [
4
      {
5
        "builtIn": 1,
6
        "datasource": {
7
          "type": "datasource",
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
      "fieldConfig": {
36
        "defaults": {
37
          "color": {
38
            "mode": "thresholds"
39
          },
40
          "mappings": [],
41
          "thresholds": {
42
            "mode": "absolute",
43
            "steps": [
44
              {
45
                "color": "blue",
46
                "value": null
47
              }
48
            ]
49
          }
50
        },
51
        "overrides": []
52
      },
53
      "gridPos": {
54
        "h": 9,
55
        "w": 5,
56
        "x": 0,
57
        "y": 0
58
      },
59
      "id": 2,
60
      "options": {
61
        "colorMode": "value",
62
        "graphMode": "area",
63
        "justifyMode": "auto",
64
        "orientation": "auto",
65
        "reduceOptions": {
66
          "calcs": [
67
            "lastNotNull"
68
          ],
69
          "fields": "",
70
          "values": false
71
        },
72
        "textMode": "auto"
73
      },
74
      "pluginVersion": "9.0.6",
75
      "targets": [
76
        {
77
          "datasource": {
78
            "type": "prometheus",
79
            "uid": "Prometheus"
80
          },
81
          "exemplar": true,
82
          "expr": "sum(object_count{})",
83
          "interval": "",
84
          "legendFormat": "",
85
          "refId": "A"
86
        }
87
      ],
88
      "title": "Overall Object Count",
89
      "type": "stat"
90
    },
91
    {
92
      "datasource": {
93
        "type": "prometheus",
94
        "uid": "Prometheus"
95
      },
96
      "description": "This value is refreshed at a 5min interval.",
97
      "fieldConfig": {
98
        "defaults": {
99
          "color": {
100
            "mode": "thresholds"
101
          },
102
          "mappings": [],
103
          "thresholds": {
104
            "mode": "absolute",
105
            "steps": [
106
              {
107
                "color": "blue",
108
                "value": null
109
              }
110
            ]
111
          }
112
        },
113
        "overrides": []
114
      },
115
      "gridPos": {
116
        "h": 9,
117
        "w": 5,
118
        "x": 5,
119
        "y": 0
120
      },
121
      "id": 6,
122
      "options": {
123
        "colorMode": "value",
124
        "graphMode": "area",
125
        "justifyMode": "auto",
126
        "orientation": "auto",
127
        "reduceOptions": {
128
          "calcs": [
129
            "lastNotNull"
130
          ],
131
          "fields": "",
132
          "values": false
133
        },
134
        "textMode": "auto"
135
      },
136
      "pluginVersion": "9.0.6",
137
      "targets": [
138
        {
139
          "datasource": {
140
            "type": "prometheus",
141
            "uid": "Prometheus"
142
          },
143
          "exemplar": true,
144
          "expr": "sum(vector_dimensions_sum)",
145
          "interval": "",
146
          "legendFormat": "",
147
          "refId": "A"
148
        }
149
      ],
150
      "title": "Overall Dimension Count",
151
      "type": "stat"
152
    },
153
    {
154
      "datasource": {
155
        "type": "prometheus",
156
        "uid": "Prometheus"
157
      },
158
      "fieldConfig": {
159
        "defaults": {
160
          "color": {
161
            "mode": "thresholds"
162
          },
163
          "mappings": [],
164
          "thresholds": {
165
            "mode": "absolute",
166
            "steps": [
167
              {
168
                "color": "blue",
169
                "value": null
170
              }
171
            ]
172
          }
173
        },
174
        "overrides": []
175
      },
176
      "gridPos": {
177
        "h": 5,
178
        "w": 5,
179
        "x": 0,
180
        "y": 9
181
      },
182
      "id": 3,
183
      "options": {
184
        "colorMode": "value",
185
        "graphMode": "area",
186
        "justifyMode": "auto",
187
        "orientation": "auto",
188
        "reduceOptions": {
189
          "calcs": [
190
            "lastNotNull"
191
          ],
192
          "fields": "",
193
          "values": false
194
        },
195
        "textMode": "auto"
196
      },
197
      "pluginVersion": "9.0.6",
198
      "targets": [
199
        {
200
          "datasource": {
201
            "type": "prometheus",
202
            "uid": "Prometheus"
203
          },
204
          "exemplar": true,
205
          "expr": "object_count{}",
206
          "interval": "",
207
          "legendFormat": "{{ class_name }} / {{ shard_name }}",
208
          "refId": "A"
209
        }
210
      ],
211
      "title": "Object Count per Class / Shard",
212
      "type": "stat"
213
    },
214
    {
215
      "datasource": {
216
        "type": "prometheus",
217
        "uid": "Prometheus"
218
      },
219
      "fieldConfig": {
220
        "defaults": {
221
          "color": {
222
            "mode": "thresholds"
223
          },
224
          "mappings": [],
225
          "thresholds": {
226
            "mode": "absolute",
227
            "steps": [
228
              {
229
                "color": "purple",
230
                "value": null
231
              }
232
            ]
233
          }
234
        },
235
        "overrides": []
236
      },
237
      "gridPos": {
238
        "h": 5,
239
        "w": 5,
240
        "x": 5,
241
        "y": 9
242
      },
243
      "id": 5,
244
      "options": {
245
        "colorMode": "value",
246
        "graphMode": "area",
247
        "justifyMode": "auto",
248
        "orientation": "auto",
249
        "reduceOptions": {
250
          "calcs": [
251
            "lastNotNull"
252
          ],
253
          "fields": "",
254
          "values": false
255
        },
256
        "textMode": "auto"
257
      },
258
      "pluginVersion": "9.0.6",
259
      "targets": [
260
        {
261
          "datasource": {
262
            "type": "prometheus",
263
            "uid": "Prometheus"
264
          },
265
          "exemplar": true,
266
          "expr": "sum(vector_index_operations{operation=\"create\"})",
267
          "interval": "",
268
          "legendFormat": "Vector Additions",
269
          "refId": "A"
270
        },
271
        {
272
          "datasource": {
273
            "type": "prometheus",
274
            "uid": "Prometheus"
275
          },
276
          "exemplar": true,
277
          "expr": "sum(vector_index_operations{operation=\"delete\"})",
278
          "hide": false,
279
          "interval": "",
280
          "legendFormat": "Vector Deletions",
281
          "refId": "B"
282
        },
283
        {
284
          "datasource": {
285
            "type": "prometheus",
286
            "uid": "Prometheus"
287
          },
288
          "exemplar": true,
289
          "expr": "sum(vector_index_operations{operation=\"create\"}) - ignoring(operation) sum(vector_index_operations{operation=\"delete\"})",
290
          "hide": false,
291
          "interval": "",
292
          "legendFormat": "Net Vectors",
293
          "refId": "C"
294
        }
295
      ],
296
      "title": "Vector Statistics across all Classes",
297
      "type": "stat"
298
    }
299
  ],
300
  "schemaVersion": 36,
301
  "style": "dark",
302
  "tags": [],
303
  "templating": {
304
    "list": []
305
  },
306
  "time": {
307
    "from": "now-15m",
308
    "to": "now"
309
  },
310
  "timepicker": {},
311
  "timezone": "",
312
  "title": "Usage",
313
  "uid": "KK1fvyqnz",
314
  "version": 1,
315
  "weekStart": ""
316
}
317

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

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

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

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