Skip to content

Iss #104 - Add standard cache, precache, and SQL metrics summaries

  • 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)

Merge request reports