Iss #104 - Add standard cache, precache, and SQL metrics summaries
requested to merge malowe/eclipsefdn-api-common:malowe/1.0-release-candidate/104 into 1.0-release-candidate
- Iss #104 (closed) - Add standard cache, precache, and SQL metrics summaries
Using the micrometer extension, metrics have been added for SQL and caching calls, which capture uncached/raw performance of lookups.
The SQL timer summaries were handled manually rather than through the annotations, as the augmentation doesn't apply properly when the beans are synthetically added during deployment.
Resolves #104 (closed)