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

Ballerina Prometheus Observability Extension Module

Results 5 module-ballerinax-prometheus issues
Sort by recently updated
recently updated
newest added

**Description:** Currently the grafana dashboard includes graphs for many categories (HTTP Client, HTTP Service, SQL Client). But sometimes, some categories won't have any data to show. We need to organize...

Type/Improvement

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 ```...

Priority/Highest
Type/Bug

**Description:** Currently coverage numbers are not properly getting captures due to ballerina sources are being testing using Java unit tests. Proper approach is to migrate tests using Testerina and running...

Type/Improvement

**Description:** Ballerina System Metrics has been removed with b25a9b4 Need to add it back once the BVM starts publishing the metrics

Type/Task

**Description:** Grafana dashboard queries use min_over_time, max_over_time to get the difference of a range vector to produce outputs such as req/min, errors/min. This breaks at the initial phase as the...

Type/Bug