[O11y][Nginx] Rally benchmark nginx.stubstatus#8800
Conversation
packages/nginx/_dev/benchmark/rally/stubstatus-benchmark/template.ndjson
Show resolved
Hide resolved
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
error |
23255.81 | 12345.68 | -10910.13 (-46.91%) | 💔 |
To see the full report comment with /test benchmark fullreport
| - name: agent.id | ||
| value: "ef5e274d-4b53-45e6-943a-a5bcf1a6f523" | ||
| - name: host.name | ||
| cardinality: 100 |
There was a problem hiding this comment.
we suffer from the same 'linked' cardinality issue here, which would cause pretty much all the subsequent fields to be static for a given host.
i really don't like the way this works, but for now we have to work around it. we are discussing the best way how in this thread.
There was a problem hiding this comment.
we suffer from the same 'linked' cardinality issue here, which would cause pretty much all the subsequent fields to be static for a given host.
i really don't like the way this works, but for now we have to work around it.
@tommyers-elastic do you mind creating an issue about what are the current limit you see when needed to link each other different fields?
cardinality is the practical way we have at the moment, it was not introduced with the goal to solve the problem about linked fields (and it does not even fit every scenario, like with the introduction of counter)
There was a problem hiding this comment.
|
If I'm running this with @aliabbas-elastic Does this work on your end? |
@ruflin I confirm this is happening on my end as well. I think this is coming due to TSDB enablement on the |
|
Did you find some more details around the error you get? @aspacca Would be great to support these "debugging issues" use case better with something like elastic/elastic-package#1610 |

Proposed commit message
stubstatusdata stream ofNginxChecklist
How to test this PR locally
Run this command from package root
elastic-package benchmark rally --benchmark stubstatus-benchmark -vRelated issues
Screenshots