micrometer-metrics/micrometer

micrometer cloudwatch should publish StatisticSet when any aggregations are done client side.

Offen

#1.784 geöffnet am 10.01.2020

 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Java (1.135 Forks)batch import
enhancementhelp wantedregistry: cloudwatch

Repository-Metriken

Stars
 (4.881 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Micrometer cloudwatch current publishes separate metrics for a Timer under different prefixes (avg, count, sum, max). Since Cloudwatch also does statistical aggregations this makes the client side aggregations a deterrent to being able to use the full capabilities of cloudwatch. Aggregation in itself is not a bad thing, but it needs to be sent to cloudwatch as an aggregation via a StatisticSet.

Contributor Guide