Skip to content

Commit a14935b

Browse files
committed
Added the dashboard to observe Indexes.
1 parent 72716c4 commit a14935b

File tree

1 file changed

+106
-0
lines changed

1 file changed

+106
-0
lines changed
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
{
2+
"title": "Redis Enterprise - Search v2",
3+
"description": null,
4+
"widgets": [
5+
{
6+
"id": 6402042507819284,
7+
"definition": {
8+
"title": "",
9+
"title_size": "16",
10+
"title_align": "left",
11+
"show_legend": true,
12+
"legend_layout": "auto",
13+
"legend_columns": [
14+
"avg",
15+
"min",
16+
"max",
17+
"value",
18+
"sum"
19+
],
20+
"type": "timeseries",
21+
"requests": [
22+
{
23+
"response_format": "timeseries",
24+
"queries": [
25+
{
26+
"data_source": "metrics",
27+
"name": "query1",
28+
"query": "avg:rdse2.redis_server_search_used_memory_indexes{*}"
29+
}
30+
],
31+
"formulas": [
32+
{
33+
"formula": "query1"
34+
}
35+
],
36+
"style": {
37+
"palette": "dog_classic",
38+
"order_by": "values",
39+
"line_type": "solid",
40+
"line_width": "normal"
41+
},
42+
"display_type": "line"
43+
}
44+
]
45+
},
46+
"layout": {
47+
"x": 0,
48+
"y": 0,
49+
"width": 4,
50+
"height": 2
51+
}
52+
},
53+
{
54+
"id": 4329376195364498,
55+
"definition": {
56+
"title": "",
57+
"title_size": "16",
58+
"title_align": "left",
59+
"show_legend": true,
60+
"legend_layout": "auto",
61+
"legend_columns": [
62+
"avg",
63+
"min",
64+
"max",
65+
"value",
66+
"sum"
67+
],
68+
"type": "timeseries",
69+
"requests": [
70+
{
71+
"response_format": "timeseries",
72+
"queries": [
73+
{
74+
"data_source": "metrics",
75+
"name": "query1",
76+
"query": "avg:rdse2.redis_server_search_total_indexing_time{*}"
77+
}
78+
],
79+
"formulas": [
80+
{
81+
"formula": "query1"
82+
}
83+
],
84+
"style": {
85+
"palette": "dog_classic",
86+
"order_by": "values",
87+
"line_type": "solid",
88+
"line_width": "normal"
89+
},
90+
"display_type": "line"
91+
}
92+
]
93+
},
94+
"layout": {
95+
"x": 4,
96+
"y": 0,
97+
"width": 4,
98+
"height": 2
99+
}
100+
}
101+
],
102+
"template_variables": [],
103+
"layout_type": "ordered",
104+
"notify_list": [],
105+
"reflow_type": "fixed"
106+
}

0 commit comments

Comments
 (0)