-
Notifications
You must be signed in to change notification settings - Fork 1
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
CI logs / artifacts analyzing tool #67
Comments
I believe ELK should match to your requirements |
The initial implementation is there: https://github.com/tarantool/multivac It has the following features at the moment:
It is possible to add the script into cron, setup nginx and generate daily / weekly reports about overall situation with tests. There are some known problems and ideas about a new functionality:
But I think that the problem is generally solved from the scripting side. The next action is to setup a machine and provide HTTP access to regularly updated reports. @kyukhin volunteered for this. |
Now the service can be found here: https://shame.tarantool.dev/crawler/ |
Pretty much of this issue is done already in multivac/InfluxDB/Graphana toolchain. I will move this ticket to tarantool/multivac and close it. |
In short:
Reasoning behind external crawler
Here we compare two approaches:
The first approach is simpler, it is the main its advance.
The second approach has the following advances:
Matchers API thoughts
Input: log and artifact files in argv.
Output: simple key-value pairs.
The text was updated successfully, but these errors were encountered: