micrometer-metrics/micrometer

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

开放

#1,784 创建于 2020年1月10日

 (3 条评论) (1 个反应) (0 位负责人)Java (1,135 个派生)batch import
enhancementhelp wantedregistry: cloudwatch

仓库指标

星标
 (4,881 个星标)
PR 合并指标
 (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.

贡献者指南