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
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 | 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 |
Metrics | Type | Description |
---|---|---|
JVM Metrics | ||
bitbucket_maintenance_expiry_days | Gauge | Maintenance expiry days gauge. |
bitbucket_license_expiry_days | Gauge | License expiry days gauge. |
Users Metrics | ||
bitbucket_allowed_users | Gauge | Maximum allowed users. |
bitbucket_active_users | Gauge | Active users gauge. |
...