-
Notifications
You must be signed in to change notification settings - Fork 100
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
refactor(elastic): remove all elasticsearch related code #10444
base: master
Are you sure you want to change the base?
Conversation
1b4c62e
to
333cdc8
Compare
seems like I've forgot about @soyacz, you think we can switch it to save those in argus ? |
I propose to send as 'results':
For some tests we could even introduce validation rules based on 'best' - so it would really serve it's initial purpose. (This should play well in individual nemesis tests) For now, I think you can just change default store to
It's noop, and ArgusStore can be developed separately. |
we also would need ability to read the results back at some point |
Maybe, currently for raising red flag if we exceed some timeout - validation rules in Argus will do the job (but first let's see how stable these durations are in Argus). |
83eb036
to
7964a32
Compare
e7446fb
to
4eb6fb5
Compare
since we are now sending performence stats into Argus, we don't need anything to be sending data to ElasticSearch anymore
since we are ditching EleasticSearch, this commit introduces a way to report the duration and timeouts used in operations this only implements the option to send out the data, we don't yet have a client API to retrive it from Argus.
a6bdd6c
to
cbd8b97
Compare
3bf15d4
to
3e34526
Compare
@fruch new branch |
since we are now sending performence stats into Argus, we don't need anything to be sending data to ElasticSearch anymore
Testing
PR pre-checks (self review)
backport
labelsReminders
sdcm/sct_config.py
)unit-test/
folder)