-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat(monkeys): Add and expose metrics of the text execution [WPB-4445] #2043
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2043 +/- ##
=============================================
- Coverage 57.98% 57.98% -0.01%
Complexity 24 24
=============================================
Files 1006 1006
Lines 37646 37667 +21
Branches 3409 3411 +2
=============================================
+ Hits 21830 21840 +10
- Misses 14360 14370 +10
- Partials 1456 1457 +1 see 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here. |
Datadog ReportAll test runs ✅ 2 Total Test Services: 0 Failed, 0 with New Flaky, 2 Passed Test Services
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👨🏼🍳🤌🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool 😎
@augustocdias do you have some example statistics from a run? |
@typfel this is a fragment of it. We have now to pre-configure a prometheus instance and grafana board to monitore it in real time.
|
PR Submission Checklist for internal contributors
SQPIT-764
What's new in this PR?
Exposes metrics in prometheus format at runtime on the port 9090. With that, tests can be monitored at runtime about it's state and performance. Now there'll always be a log file for the application and it was split from the kalium log. A custom log file can be specified, otherwise it will be
$CWD/monkeys.log
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.