micrometer-metrics/micrometer

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

Open

#1,784 opened on 2020年1月10日

GitHub で見る
 (3 comments) (1 reaction) (0 assignees)Java (935 forks)batch import
enhancementhelp wantedregistry: cloudwatch

Repository metrics

Stars
 (4,220 stars)
PR merge metrics
 (平均マージ 1d 21h) (30d で 100 merged PRs)

説明

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.

コントリビューターガイド