...(); } @Override public PrometheusMetricResult collect() { return new PrometheusMetricResult(this.watcherMetric.collect()); } } As you can see I extended this class from A...
Hello! In this article we will continue to talk about adding custom metrics in Prometheus Exporter Pro v3+. You can read the basics of adding custom metrics here. In this article we will d...
...dd a new module collector src/main/java/ru/matveev/alexey/prometheus/jira/extension/metrics/applicationmanager/ApplicationManagerMetricCollector.java: public class ApplicationManagerMetricCollector e...
Hello! In this article we will see how to add your own metrics in Prometheus Exporter Pro for Jira version 3.0.0-jira8 and up. The same feature will be implemented for Prometheus Exporter Pro f...
Copied to clipboard