Hi everyone!
We have finished method call monitoring.
This allows you to monitor the latency and call count for each method of an object. One possible use case for this would be to monitor both PostgreSQL accessors and Mongo accessors.
The same note applies: Please inform site-infra about the estimated increase of the number of metrics before you enable the monitoring.
Initially, the idea was to introduce a Mongo monitoring solution similar to the one that was done for PostgreSQL last week. However, it turns out that it is easier to implement the monitoring in the accessor level. As such, we are also removing the PostgreSQL monitoring code.
For more information on how to enable the monitoring, you can refer to https://29022131.atlassian.net/wiki/display/BEI/How+to+Enable+Method+Call+Monitoring
We also have a Grafana dashboard template for the Postgres and Mongo monitoring use case at https://29022131.atlassian.net/wiki/display/BEI/Grafana+Dashboard+Accessor+Monitoring+Template
And a Seyren template at
https://29022131.atlassian.net/wiki/display/BEI/Seyren+Accessor+Alert+Templates
Thanks!