How to config esrally metric store so that meta part of rally-metrics-* can record took of each query

0

I use metric store to save esrally results. Some of my results, the "meta" includes "took" of each query:

"meta": {
           "plugins": [
             "vector"
           ],
           "attribute_xpack.installed": "true",
           "source_revision": "053779d",
           "distribution_version": "6.3.2",
           "distribution_flavor": "default",
           "index": "trademark_multi",
           "took": 129,
           "success": true,
           "success-count": 50,
           "error-count": 0
},

However, some result are not. Which setting that I can configure for "took" ?

elasticsearch
2021-11-24 06:53:44
1

0

For search operations, setting detailed-results to true to return took time in meta-data.
https://esrally.readthedocs.io/en/stable/track.html#id8

2021-12-07 08:43:29

Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.
Community

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................