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 14 Next »

Content in development.


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


Common:

namehelplabelNamestype
bamboo_error_countErrors CountisNewCounter

Agents:

namehelptype
bamboo_all_agents_gauge
All Agents Gauge
Gauge
bamboo_active_agents_gaugeActive Agents GaugeGauge
bamboo_busy_agents_gaugeBusy Agents GaugeGauge

Builds:

namehelplabelNamestype
bamboo_finished_build_count
Finished Builds Count
planKey, state
Counter
bamboo_canceled_build_countCanceled Builds CountplanKeyCounter
bamboo_build_queue_timeout_countBuild Queue Timeout CountplanKeyCounter

Deploys:

namehelplabelNamestype
bamboo_finished_deploys_count
Finished Deploys Count
planKey, state
Counter

License:

namehelptype
bamboo_maintenance_expiry_days_gaugeMaintenance Expiry Days GaugeGauge
bamboo_license_expiry_days_gaugeLicense Expiry Days GaugeGauge
bamboo_allowed_users_gaugeAllowed Users GaugeGauge

Plans:

namehelplabelNamestype
bamboo_plans_gauge
Plans By Type (top, branch) Gauge
type
Gauge

Workers:

namehelptype
bamboo_plans_workers_idle_gaugePlan Workers Idle GaugeGauge
bamboo_plans_workers_busy_gaugePlan Workers Busy GaugeGauge
bamboo_plans_workers_queue_gaugePlan Workers Queue Size GaugeGauge




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