weaviate

Форк
0
264 строки · 6.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
  "id": 10,
28
  "links": [],
29
  "liveNow": false,
30
  "panels": [
31
    {
32
      "datasource": {
33
        "type": "prometheus",
34
        "uid": "Prometheus"
35
      },
36
      "fieldConfig": {
37
        "defaults": {
38
          "color": {
39
            "mode": "palette-classic"
40
          },
41
          "custom": {
42
            "axisLabel": "",
43
            "axisPlacement": "auto",
44
            "barAlignment": 0,
45
            "drawStyle": "line",
46
            "fillOpacity": 0,
47
            "gradientMode": "none",
48
            "hideFrom": {
49
              "legend": false,
50
              "tooltip": false,
51
              "viz": false
52
            },
53
            "lineInterpolation": "linear",
54
            "lineWidth": 1,
55
            "pointSize": 5,
56
            "scaleDistribution": {
57
              "type": "linear"
58
            },
59
            "showPoints": "auto",
60
            "spanNulls": false,
61
            "stacking": {
62
              "group": "A",
63
              "mode": "none"
64
            },
65
            "thresholdsStyle": {
66
              "mode": "off"
67
            }
68
          },
69
          "mappings": [],
70
          "thresholds": {
71
            "mode": "absolute",
72
            "steps": [
73
              {
74
                "color": "green",
75
                "value": null
76
              },
77
              {
78
                "color": "red",
79
                "value": 80
80
              }
81
            ]
82
          }
83
        },
84
        "overrides": [
85
          {
86
            "__systemRef": "hideSeriesFrom",
87
            "matcher": {
88
              "id": "byNames",
89
              "options": {
90
                "mode": "exclude",
91
                "names": [
92
                  "Closed"
93
                ],
94
                "prefix": "All except:",
95
                "readOnly": true
96
              }
97
            },
98
            "properties": [
99
              {
100
                "id": "custom.hideFrom",
101
                "value": {
102
                  "legend": false,
103
                  "tooltip": false,
104
                  "viz": true
105
                }
106
              }
107
            ]
108
          }
109
        ]
110
      },
111
      "gridPos": {
112
        "h": 9,
113
        "w": 12,
114
        "x": 0,
115
        "y": 0
116
      },
117
      "id": 2,
118
      "options": {
119
        "legend": {
120
          "calcs": [],
121
          "displayMode": "list",
122
          "placement": "bottom"
123
        },
124
        "tooltip": {
125
          "mode": "single",
126
          "sort": "none"
127
        }
128
      },
129
      "targets": [
130
        {
131
          "datasource": {
132
            "type": "prometheus",
133
            "uid": "Prometheus"
134
          },
135
          "editorMode": "code",
136
          "expr": "sum(rate(schema_tx_opened_total[$__rate_interval]))",
137
          "legendFormat": "Opened",
138
          "range": true,
139
          "refId": "A"
140
        },
141
        {
142
          "datasource": {
143
            "type": "prometheus",
144
            "uid": "Prometheus"
145
          },
146
          "editorMode": "code",
147
          "expr": "sum(rate(schema_tx_closed_total[$__rate_interval]))",
148
          "hide": false,
149
          "legendFormat": "Closed",
150
          "range": true,
151
          "refId": "B"
152
        }
153
      ],
154
      "title": "Transactions Opened/Closed",
155
      "type": "timeseries"
156
    },
157
    {
158
      "datasource": {
159
        "type": "prometheus",
160
        "uid": "Prometheus"
161
      },
162
      "fieldConfig": {
163
        "defaults": {
164
          "color": {
165
            "mode": "palette-classic"
166
          },
167
          "custom": {
168
            "axisLabel": "",
169
            "axisPlacement": "auto",
170
            "barAlignment": 0,
171
            "drawStyle": "line",
172
            "fillOpacity": 0,
173
            "gradientMode": "none",
174
            "hideFrom": {
175
              "legend": false,
176
              "tooltip": false,
177
              "viz": false
178
            },
179
            "lineInterpolation": "linear",
180
            "lineWidth": 1,
181
            "pointSize": 5,
182
            "scaleDistribution": {
183
              "type": "linear"
184
            },
185
            "showPoints": "auto",
186
            "spanNulls": false,
187
            "stacking": {
188
              "group": "A",
189
              "mode": "none"
190
            },
191
            "thresholdsStyle": {
192
              "mode": "off"
193
            }
194
          },
195
          "mappings": [],
196
          "thresholds": {
197
            "mode": "absolute",
198
            "steps": [
199
              {
200
                "color": "green",
201
                "value": null
202
              },
203
              {
204
                "color": "red",
205
                "value": 80
206
              }
207
            ]
208
          },
209
          "unit": "s"
210
        },
211
        "overrides": []
212
      },
213
      "gridPos": {
214
        "h": 8,
215
        "w": 12,
216
        "x": 0,
217
        "y": 9
218
      },
219
      "id": 4,
220
      "options": {
221
        "legend": {
222
          "calcs": [],
223
          "displayMode": "list",
224
          "placement": "bottom"
225
        },
226
        "tooltip": {
227
          "mode": "single",
228
          "sort": "none"
229
        }
230
      },
231
      "targets": [
232
        {
233
          "datasource": {
234
            "type": "prometheus",
235
            "uid": "Prometheus"
236
          },
237
          "editorMode": "code",
238
          "expr": "rate(schema_tx_duration_seconds_sum[$__rate_interval])/rate(schema_tx_duration_seconds_count[$__rate_interval])",
239
          "legendFormat": "{{ownership}}-{{status}}",
240
          "range": true,
241
          "refId": "A"
242
        }
243
      ],
244
      "title": "Transaction duration by status",
245
      "type": "timeseries"
246
    }
247
  ],
248
  "schemaVersion": 36,
249
  "style": "dark",
250
  "tags": [],
251
  "templating": {
252
    "list": []
253
  },
254
  "time": {
255
    "from": "now-15m",
256
    "to": "now"
257
  },
258
  "timepicker": {},
259
  "timezone": "",
260
  "title": "Schema Transactions",
261
  "uid": "J4aHTlxIz",
262
  "version": 2,
263
  "weekStart": ""
264
}
265

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

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

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

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