Skip to content

adding metric of the context switches for patroni

Jose Finotto requested to merge jf_adding_context_switches_metric into master

The goal here is to monitor this metric that would help us to understand how efficient is being or relational database to resolve queries per second considering how many context switches are happening. If the context switches are too high we will see performance degradation on the resolution time.

Merge request reports