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:
name | help | labelNames | type |
---|---|---|---|
bamboo_error_count | Errors Count | isNew | Counter |
Agents:
name | help | type |
---|---|---|
bamboo_all_agents_gauge | All Agents Gauge | Gauge |
bamboo_active_agents_gauge | Active Agents Gauge | Gauge |
bamboo_busy_agents_gauge | Busy Agents Gauge | Gauge |
Builds:
name | help | labelNames | type |
---|---|---|---|
bamboo_finished_build_count | Finished Builds Count | planKey, state | Counter |
bamboo_canceled_build_count | Canceled Builds Count | planKey | Counter |
bamboo_build_queue_timeout_count | Build Queue Timeout Count | planKey | Counter |
Deploys:
name | help | labelNames | type |
---|---|---|---|
bamboo_finished_deploys_count | Finished Deploys Count | planKey, state | Counter |
License:
name | help | type |
---|---|---|
bamboo_maintenance_expiry_days_gauge | Maintenance Expiry Days Gauge | Gauge |
bamboo_license_expiry_days_gauge | License Expiry Days Gauge | Gauge |
bamboo_allowed_users_gauge | Allowed Users Gauge | Gauge |
Plans:
name | help | labelNames | type |
---|---|---|---|
bamboo_plans_gauge | Plans By Type (top, branch) Gauge | type | Gauge |
Workers:
name | help | type |
---|---|---|
bamboo_plans_workers_idle_gauge | Plan Workers Idle Gauge | Gauge |
bamboo_plans_workers_busy_gauge | Plan Workers Busy Gauge | Gauge |
bamboo_plans_workers_queue_gauge | Plan Workers Queue Size Gauge | Gauge |
Metrics | Type | Description |
---|---|---|
JVM metrics | ||
Application statistics | ||
Builds statistics | ||
Plan statistics | ||
bamboo_plans_gauge | Gauge | Plans count. |
bamboo_plans_workers_idle_gauge | Gauge | Workers idle gauge. |
bamboo_plans_workers_busy_gauge | Gauge | Workers busy gauge. This metric is available for Bamboo versions 1.0.5 and above. |
bamboo_plans_workers_queue_gauge | Gauge | Workers queue gauge. This metric is available for Bamboo versions 1.0.5 and above. |
Deploy statistics | ||
License metrics | ||
Queue timeout counter | ||
Agent metrics | ||