micrometer-metrics/micrometer

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

Open

#1,784 建立於 2020年1月10日

在 GitHub 查看
 (3 留言) (1 反應) (0 負責人)Java (935 fork)batch import
enhancementhelp wantedregistry: cloudwatch

倉庫指標

Star
 (4,220 star)
PR 合併指標
 (平均合併 1天 21小時) (30 天內合併 100 個 PR)

描述

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.

貢獻者指南