-
Notifications
You must be signed in to change notification settings - Fork 51
Record aggregator metrics in event store #2059
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
Record aggregator metrics in event store #2059
Conversation
0ba2750 to
48a2e41
Compare
32d0abb to
24d0723
Compare
24d0723 to
6eea73d
Compare
jpraynaud
left a comment
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.
Overall looks good 👍
I left few suggestions and comments below.
Alenar
left a comment
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.
LGTM 🚀
dlachaume
left a comment
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.
LGTM 👍
1aa3b31 to
17aaecd
Compare
17aaecd to
18a2f8b
Compare
jpraynaud
left a comment
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.
LGTM 🚀
* mithril-aggregator from `0.5.94` to `0.5.95` * mithril-end-to-end from `0.4.43` to `0.4.44`
Content
Store usage metrics in the event store of the aggregator in order to produce statistics reports.
The new service
usage_reportsending events at regular intervals to the ̀event store. The frequency of measurement taking can be configured by settingPERSIST_USAGE_REPORT_INTERVAL_IN_SECONDS` environment variable.The view
metrics_per_daycalculate the value of each metric over a day.This feature is described in the runbook
aggregator-metrics.Pre-submit checklist
Issue(s)
Closes #2023