We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16d29e commit b7e7e73Copy full SHA for b7e7e73
src/internal-plugins/metrics/lib/rules.js
@@ -144,7 +144,7 @@ module.exports = [
144
'is multi key': state.isMultiKey,
145
'is sharded': state.isSharded,
146
'index type': state.indexType,
147
- 'index': state.index,
+ 'index': state.index ? state.index.serialize() : null,
148
'number of docs returned': state.nReturned,
149
'number of shards': state.numShards,
150
'total docs examined': state.totalDocsExamined,
0 commit comments