FloggerPerWithoutRateLimit
per() methods are no-ops unless combined with atMostEvery(), every(), or onAverageEvery()

Severity
WARNING

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("FloggerPerWithoutRateLimit") to the enclosing element.