Prometheus Exporter for Bamboo exposes Bamboo metrics as JVM and issue statistics to Prometheus.
...
Use the following scrape_configs:
prometheus.yml
Code Block scrape_configs: - job_name: 'bamboo' scheme: https #change to http if don't you have https metrics_path: '/<your_bamboo_context_path>/plugins/servlet/prometheus/metrics' static_configs: - targets: ['myhost:1990']
For a complete specification of configuration options, see the Prometheus configuration documentation.On the Prometheus Status >Targets page, select the Prometheus Exporter for Bamboo endpoint to get the Prometheus metrics (see example below).
Build any of the available dashboards with the selected metrics.
...