observability-workshop
observability-workshop copied to clipboard
Add flexible guage implementation
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.