Info |
---|
Content in development. |
Once you configure your Prometheus Exporter app, you can expose the following metrics into Prometheus:
...
- Application statistics
- Builds statistics
- Number of days before maintenance expiry
- Push, clone and fork counters
- Pull requests counters
- Projects, repositories and pull requests count
...
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
- Number of days before maintenance expiry
- Push, clone and fork counters
- Pull requests counters
- Projects, repositories and pull requests count
- User Metrics
- Maximum number of users
- Login statistics
Metrics | Type | Description |
---|---|---|
JVM Metrics | ||
bitbucket_maintenance_expiry_days | Gauge | Maintenance expiry days gauge. This metric is available for Bitbucket versions 1.0.11 and above. |
bitbucket_license_expiry_days | Gauge | License expiry days gauge. This metric is available for Bitbucket versions 1.0.11 and above. |
Users Metrics | ||
bitbucket_allowed_users | Gauge | Maximum allowed users. This metric is available for Bitbucket versions 1.0.11 and above. |
bitbucket_active_users | Gauge | Active users gauge. This metric is available for Bitbucket versions 1.0.11 and above. |
bitbucket_maintenance_expiry_days | Gauge | Maintenance Expiry Days Gauge |
bitbucket_license_expiry_days | Gauge | License Expiry Days Gauge |
bitbucket_allowed_users | Gauge | Maximum Allowed Users |
bitbucket_active_users | Gauge | Active Users Gauge |
bitbucket_success_auth | Counter | User Success Auth Count |
bitbucket_failed_auth | Counter | User Failed Auth Count |
bitbucket_repo_push | Counter | Repository Pushes Count |
bitbucket_repo_clone | Counter | Repository Clones Count |
bitbucket_repo_fork | Counter | Repository Forks Count |
bitbucket_pull_request_open | Counter | Opened Pull Requests Count |
bitbucket_pull_request_merge | Counter | Merged Pull Requests Count |
bitbucket_pull_request_decline | Counter | Declined Pull Requests Count |
bitbucket_plugin_installed | Counter | Plugin Installed Count |
bitbucket_plugin_uninstalled | Counter | Plugin Uninstalled Count |
bitbucket_plugin_enabled | Counter | Plugin Enabled Count |
bitbucket_plugin_disabled | Counter | Plugin Disabled Count |
bitbucket_total_projects | Gauge | Total Projects Gauge |
bitbucket_total_repositories | Gauge | Total Repositories Gauge |
bitbucket_total_pull_requests | Gauge | Total Pull Requests Gauge |
License:
name | help | type |
---|---|---|
bitbucket_maintenance_expiry_days_gauge | Maintenance Expiry Days Gauge | Gauge |
bitbucket_license_expiry_days_gauge | License Expiry Days Gauge | Gauge |
bitbucket_allowed_users_gauge | Maximum Allowed Users | Gauge |
bitbucket_active_users_gauge | Active Users Gauge | Gauge |
Login/Logout:
name | help | labelNames | type |
---|---|---|---|
bitbucket_success_auth_count | User Success Auth Count | Counter | |
bitbucket_failed_auth_count | User Failed Auth Count | username | Counter |
Pushes:
name | help | labelNames | type |
---|---|---|---|
bitbucket_repo_push_count | Repository Pushes Count | project, repository, username | Counter |
Clones:
name | help | labelNames | type |
---|---|---|---|
bitbucket_repo_clone_count | Repository Clones Count | project, repository, username | Counter |
Forks:
name | help | labelNames | type |
---|---|---|---|
bitbucket_repo_fork_count | Repository Forks Count | project, repository, username | Counter |
Pull requests:
name | help | labelNames | type |
---|---|---|---|
bitbucket_pull_request_open | Opened Pull Requests Count | project, repository | Counter |
bitbucket_pull_request_merge | Merged Pull Requests Count | project, repository | Counter |
bitbucket_pull_request_decline | Declined Pull Requests Count | project, repository | Counter |
Plugin:
name | help | labelNames | type |
---|---|---|---|
bitbucket_plugin_installed | Plugin Installed Count | pluginKey | Counter | bitbucket_plugin_uninstalled | Plugin Uninstalled Count | pluginKey
Count | project, repository | Counter | |
bitbucket_ | |||
pull_request_ | |||
merge | Merged Pull Requests Count | ||
project, repository | Counter | ||
bitbucket_ | |||
pull_request_ | |||
decline | Declined Pull Requests Count | ||
project, repository | Counter |
...
Plugin:
name | help | labelNames | type |
---|---|---|---|
bitbucket_ | |||
plugin_ | Total Projects Gauge | Gauge | |
bitbucket_total_repositories_gauge | Total Repositories Gauge | Gauge | |
bitbucket_total_pull_requests_gauge | Total Pull Requests Gauge | Gauge |
bitbucket_maintenance_expiry_days
Maintenance expiry days gauge.
This metric is available for Bitbucket versions 1.0.11 and above.
bitbucket_license_expiry_days
License expiry days gauge.
This metric is available for Bitbucket versions 1.0.11 and above.
Maximum allowed users.
This metric is available for Bitbucket versions 1.0.11 and above.
This metric is available for Bitbucket versions 1.0.11 and above.
installed | Plugin Installed Count | pluginKey | Counter |
bitbucket_plugin_uninstalled | Plugin Uninstalled Count | pluginKey | Counter |
bitbucket_plugin_enabled | Plugin Enabled Count | pluginKey | Counter |
bitbucket_plugin_disabled | Plugin Disabled Count | pluginKey | Counter |
Scheduled:
name | help | type |
---|---|---|
bitbucket_total_projects_gauge | Total Projects Gauge | Gauge |
bitbucket_total_repositories_gauge | Total Repositories Gauge | Gauge |
bitbucket_total_pull_requests_gauge | Total Pull Requests Gauge | Gauge |
JVM metrics examples
Expand | ||
---|---|---|
| ||
...