We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is high level issue, we need to take the stats and reports we have now in elasticsearch and start reporting them in Argus.
Examples:
The text was updated successfully, but these errors were encountered:
@roydahan do we need to take it from ES? We have this data for each run in Argus:
class NemesisRunInfo(UserType): __type_name__ = "NemesisRunInfo" class_name = columns.Text() name = columns.Text() duration = columns.Integer() target_node = columns.UserDefinedType(user_type=NodeDescription) status = columns.Text() start_time = columns.Integer() end_time = columns.Integer() stack_trace = columns.Text()
Sorry, something went wrong.
No we don't have to take it from elasticsearch. Whatever we have in Argus, better to use Argus.
soyacz
No branches or pull requests
This is high level issue, we need to take the stats and reports we have now in elasticsearch and start reporting them in Argus.
Examples:
The text was updated successfully, but these errors were encountered: