micrometer-metrics/micrometer
Auf GitHub ansehenmicrometer cloudwatch should publish StatisticSet when any aggregations are done client side.
Open
#1.784 geöffnet am 10. Jan. 2020
enhancementhelp wantedregistry: cloudwatch
Repository-Metriken
- Stars
- (4.220 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 1T 21h) (100 gemergte PRs in 30 T)
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.