...(); } @Override public PrometheusMetricResult collect() { return new PrometheusMetricResult(this.watcherMetric.collect()); } } As you can see I extended this class from A...
...ollector src/main/java/ru/matveev/alexey/prometheus/jira/extension/metrics/requestmetric/RequestMetricCollector.java: public class RequestMetricCollector extends PrometheusMetricCollector { public R...
...dd a new module collector src/main/java/ru/matveev/alexey/prometheus/jira/extension/metrics/applicationmanager/ApplicationManagerMetricCollector.java: public class ApplicationManagerMetricCollector e...
...amed public class VipIssuesNotClosed extends PrometheusMetric { private final Gauge vipIssuesNotClosedMetric = Gauge.build() .name("vip_issues_not_closed") .help("Shows the n...
Copied to clipboard
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.