I’m trying to monitor the response of calling some third-party and external api using Spring Boot and Prometheus (micrometer).
actually I need to see the number of successful and failure response of that external api.
I think that Counter
and Timer
cannot help me and I think maybe Gauge
could be useful in this situation.
I searched about this issue but I couldn’t find any special thing.
can you please help me about this issue?