module-ballerinax-prometheus icon indicating copy to clipboard operation
module-ballerinax-prometheus copied to clipboard

Concurrent calls warning when using this module

Open sameerajayasoma opened this issue 1 year ago • 1 comments

I've got the following warning when using this module.

HINT [ballerinax/prometheus/0.2.0::metric_reporter.bal:(63:13,63:13)] concurrent calls will not be made to this method since the method is not an 'isolated' method

This seems to be a blocker for performance.

sameerajayasoma avatar Oct 19 '23 18:10 sameerajayasoma