micrometer-metrics/micrometer

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

Open

#1784 aperta il 10 gen 2020

Vedi su GitHub
 (3 commenti) (1 reazione) (0 assegnatari)Java (935 fork)batch import
enhancementhelp wantedregistry: cloudwatch

Metriche repository

Star
 (4220 star)
Metriche merge PR
 (Merge medio 1g 21h) (100 PR mergiate in 30 g)

Descrizione

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.

Guida contributor