-
Notifications
You must be signed in to change notification settings - Fork 428
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
Exometer #365
Conversation
travis is using test branch |
@@ -238,3 +240,10 @@ load_drivers([Driver | Rest]) -> | |||
[erl_ddll:format_error(Reason)]), | |||
exit({driver_loading_failed, Driver, Reason}) | |||
end. | |||
|
|||
init_metrics() -> |
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.
I would move this function to the mongoose_metrics module to be consistent with mongoose_metrics:remove_all_metrics()
Can you add generic functions for histograms ? |
Histograms are planned for next PR where I (or somebody else) will add metrics measuring communication time with databases. |
do not duplicate metrics - some metrics are already defined in mod_metrics
mod_metrics removed
3935e63
to
68372c7
Compare
| disco_sm_items | spiral | host, hook | | | ||
| host_config_update | spiral | host, hook | | | ||
| local_send_to_resource_hook | spiral | host, hook | | | ||
| mam_lookup_messages | spiral | host, hook | | |
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.
@arcusfelis, could you please describe MAM related metrics?
* sessionCount * uniqueSessionCount * nodeSessionCount
Replaces folsom with exometer.
Goes on top of #354