Skip to end of banner
Go to start of banner

PE - Using Prometheus Exporter for Bamboo

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Once you configure your Prometheus Exporter app, you can expose the following metrics into Prometheus:

  • JVM metrics
  • Application statistics
  • Builds statistics
  • Plan statistics
  • Deploy statistics
  • License metrics
  • Queue timeout counter
  • Agent metrics


MetricsTypeDescription
JVM metrics



Application statistics



Builds statistics



Plan statistics

bamboo_plans_gauge

Gauge

Plans count.
This metric is available for Bamboo versions 1.0.5 and above.

bamboo_plans_workers_idle_gauge

Gauge

Workers idle gauge.
This metric is available for Bamboo versions 1.0.5 and above.

bamboo_plans_workers_busy_gauge

GaugeWorkers busy gauge.
This metric is available for Bamboo versions 1.0.5 and above.

bamboo_plans_workers_queue_gauge

GaugeWorkers queue gauge.
This metric is available for Bamboo versions 1.0.5 and above.
Deploy statistics



License metrics



Queue timeout counter



Agent metrics




JVM metrics examples

 JVM threads


 Memory usage


 Successful builds


See also

Configuring Prometheus Exporter for Bamboo

  • No labels