observability-workshop icon indicating copy to clipboard operation
observability-workshop copied to clipboard

Add flexible guage implementation

Open abangser opened this issue 5 years ago • 0 comments

The way gauges are implemented looks to be quite different in micrometer from the io.prometheus library.

First impression was that you have to hard code the possible tag (dimension) values while registering the gauge. I missed the flexibility of tag values at runtime. Further investigation is required.

abangser avatar Apr 28 '19 16:04 abangser