Gauge value not updating for a particular pod
I have a dropwizard application where each pod processes multiple requests, and each request has an integer output which I wish to capture using gauge.
I have a dropwizard application where each pod processes multiple requests, and each request has an integer output which I wish to capture using gauge.