micrometer-metrics/micrometer

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

Open

#1 784 ouverte le 10 janv. 2020

Voir sur GitHub
 (3 commentaires) (1 réaction) (0 assignés)Java (935 forks)batch import
enhancementhelp wantedregistry: cloudwatch

Métriques du dépôt

Stars
 (4 220 stars)
Métriques de merge PR
 (Merge moyen 1j 21h) (100 PRs mergées en 30 j)

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.

Guide contributeur