Skip to content
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

Update the README with newly added Gradle Check Metrics #38

Merged
merged 1 commit into from
May 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,16 @@ Open Issues with label `Flaky`

### [OpenSearch Gradle Check Metrics](https://metrics.opensearch.org/_dashboards/app/dashboards#/view/e5e64d40-ed31-11ee-be99-69d1dbc75083)

| metric_name | metric_description |
|-------------------------------------|--------------------------------------------------------|
| Test failure report | Report for Gradle Check failed tests. |
| Top test failures | Gradle Check top failed tests.. |
| Class level test failures | Gradle Check class level test failures. |
| Gradle failure count at PR level | Gradle Check test failures data at pull request level. |
| metric_name | metric_description |
|--------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|
| Gradle Check - Test class failures top 50 hitters | Pie chart representing the test class failures count showing the top 50 hitters . |
| Test failure report | Report for Gradle Check failed tests with the linked Jenkins build number |
| Top test failures | Data table for Gradle Check top failed tests. |
| Class level test failures | Line chart representing Gradle Check class level test failures. |
| Gradle Check count at PR level | Data table that has the Pull Request detail including author and commit that triggered the Gradle Check. |
| Gradle failure - Top test class failures | Data table with top test class results that has the failed tests. |
| Gradle Check - (TSVB) Top test class failures | Time Series Visual Builder showing the top test class failure results. |
| Gradle Check -Top test class failures with Post Merge | Data table with top test class results that has the failed tests during the Post Merge Gradle Check execution. |


## Contributing
Expand Down
Loading