Add new metrics summaries for caching and SQL for use in profiling
To take better advantage of built in micrometer metrics in the SDK, we should add new metrics summaries that will capture statistics on SQL requests as well as caching requests. These 2 operations are the 2 most common operations done that introduce significant latency to the applications, and would provide large value when evaluating performance.