Skip to content
Snippets Groups Projects
Commit 6ada08b1 authored by Evan Read's avatar Evan Read Committed by 🤖 GitLab Bot 🤖
Browse files

Merge branch 'load-balancing-prometheus' into 'master'

Add docs for db_load_balancing metrics

See merge request gitlab-org/gitlab-ce!32044

(cherry picked from commit 0ef49746)

5af73e84 Add docs for db_load_balancing metrics
parent 8dff2622
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -161,7 +161,16 @@ the `monitoring.sidekiq_exporter` configuration option in `gitlab.yml`.
| geo_repositories_retrying_verification_count | Gauge | 11.2 | Number of repositories verification failures that Geo is actively trying to correct on secondary | url
| geo_wikis_retrying_verification_count | Gauge | 11.2 | Number of wikis verification failures that Geo is actively trying to correct on secondary | url
 
### Ruby metrics
## Database load balancing metrics **(PREMIUM ONLY)**
The following metrics are available:
| Metric | Type | Since | Description |
|:--------------------------------- |:--------- |:------------------------------------------------------------- |:-------------------------------------- |
| `db_load_balancing_hosts` | Gauge | [12.3](https://gitlab.com/gitlab-org/gitlab-ee/issues/13630) | Current number of load balancing hosts |
| `db_load_balancing_index` | Gauge | [12.3](https://gitlab.com/gitlab-org/gitlab-ee/issues/13630) | Current load balancing host index |
## Ruby metrics
 
Some basic Ruby runtime metrics are available:
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment