Commit c496daf 1 parent 9fb6ce0 commit c496daf Copy full SHA for c496daf
File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -1691,7 +1691,8 @@ var (
1691
1691
},
1692
1692
"index": {
1693
1693
"postFilterChunks": 0,
1694
- "totalChunks": 0
1694
+ "totalChunks": 0,
1695
+ "shardsDuration": 0
1695
1696
},
1696
1697
"cache": {
1697
1698
"chunk": {
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ import (
15
15
var emptyStats = `"stats": {
16
16
"index": {
17
17
"postFilterChunks": 0,
18
- "totalChunks": 0
18
+ "totalChunks": 0,
19
+ "shardsDuration": 0
19
20
},
20
21
"ingester" : {
21
22
"store": {
Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ var queryTests = []struct {
58
58
"stats" : {
59
59
"index": {
60
60
"postFilterChunks": 0,
61
- "totalChunks": 0
61
+ "totalChunks": 0,
62
+ "shardsDuration": 0
62
63
},
63
64
"ingester" : {
64
65
"store": {
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ import (
27
27
const emptyStats = `{
28
28
"index": {
29
29
"postFilterChunks": 0,
30
- "totalChunks": 0
30
+ "totalChunks": 0,
31
+ "shardsDuration": 0
31
32
},
32
33
"ingester" : {
33
34
"store": {
You can’t perform that action at this time.
0 commit comments