Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

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



...