Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra processing for thresholds in order to make them usable in Kibana #1

Open
marius-dr opened this issue Apr 28, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@marius-dr
Copy link
Member

The way k6 outputs the threshold values makes them not really usable in Kibana (without having to use scripted fields or anything like that).
If we could get the data flattened we could plug it in the threshold functionality in Lens.

For example, I would like this output example:

      "thresholds":[
         "rate<0.01"
      ],

flattened as:
thresholds.rate: 0.01
thresholds.operator: lt (this one isn't of much use in Kibana for now, but it's good to have it saved for data integrity purposes)

There are a few more threshold options that will have to be parsed, like group specific or tag specific. We can see some samples here:
https://k6.io/docs/using-k6/thresholds/

@marius-dr marius-dr added the enhancement New feature or request label Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant