citrusframework / citrusframework/yaks
Expose YAKS metrics to Prometheus observability
Open
enhancement
feature
- Dominant language
- Java
- Stars
- 90
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
Collect test run metrics and expose to Prometheus observability.
Possible metrics to collect:
- yaks_reconciliation_duration_seconds: technical time to reconcile, to notice differences when load increases
- yaks_test_execution_seconds: we measure the time from when the test is created to when it is finished
- yaks_test_results_failed: failed tests
- yaks_test_results_skipped: skipped tests
- yaks_test_results_success: successful tests
- yaks_test_results_errors: error tests
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.