Skip to content

Commit

Permalink
[CI] benchmark readme (#16783)
Browse files Browse the repository at this point in the history
- add instruction to run benchmark in v8 with `xpack.monitoring.allow_legacy_collection`
- remove scripted field 5m_num from dashboards
  • Loading branch information
kaisecheng authored Dec 12, 2024
1 parent 095fbbb commit 5bff2ad
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .buildkite/scripts/benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
## Notes
- Benchmarks should only be compared using the same hardware setup.
- Please do not send the test metrics to the benchmark cluster. You can set `VAULT_PATH` to send data and metrics to your own server.
- Run `all.sh` as calibration which gives you a baseline of performance in different versions.
- Run `all.sh` as calibration which gives you a baseline of performance in different versions.
- [#16586](https://github.com/elastic/logstash/pull/16586) allows legacy monitoring using the configuration `xpack.monitoring.allow_legacy_collection: true`, which is not recognized in version 8. To run benchmarks in version 8, use the script of the corresponding branch (e.g. `8.16`) instead of `main` in buildkite.
3 changes: 3 additions & 0 deletions .buildkite/scripts/benchmark/save-objects/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 20241210
Remove scripted field `5m_num` from dashboards

## 20240912
Updated runtime field `release` to return `true` when `version` contains "SNAPSHOT"

Expand Down
Loading

0 comments on commit 5bff2ad

Please sign in to comment.