micrometer-metrics/micrometer

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

Aberta

#1.784 aberto em 10 de jan. de 2020

 (3 comentários) (1 reação) (0 responsável)Java (1.135 forks)batch import
enhancementhelp wantedregistry: cloudwatch

Métricas do repositório

Stars
 (4.881 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador