Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
(MBeanAttribute, List<RuleConfig>) -> List<PrometheusMetric>
Transform hierarchical MBean names and attributes into flat Prometheus metric names and labels using regex capture groups.
Problem it solves
JMX hierarchical names do not naturally align with the dimensional label-value model of Prometheus.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.