-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsolr_info-update.json
43 lines (42 loc) · 1.04 KB
/
solr_info-update.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"gauge": {
"title": "Update statistics ({{PC}}) on {{HOST}}",
"vertical": "Nb",
"legend": {
"errors": {
"name": "Errors"
},
"commits": {
"name": "Commits"
},
"autocommits": {
"name": "Autocommits"
},
"soft_autocommits": {
"name": "Soft autocommits"
},
"optimizes": {
"name": "Optimizes"
},
"expunges": {
"name": "Expunges"
},
"rollbacks": {
"name": "Rollbacks"
},
"pending_docs": {
"name": "Pending documents"
},
"adds": {
"name": "Adds"
},
"deletes_by_id": {
"name": "Deletes by ID"
},
"deletes_by_query": {
"name": "Deletes by query"
}
},
"legend_format": "%5.0lf"
}
}