Gerrit Integration
Learn about Gerrit & Oobeya integration.
This guide provides a step-by-step walkthrough to integrate your Gerrit code review system with Oobeya to track engineering metrics and DORA analytics.
1. Create Gerrit HTTP Credentials π
To allow Oobeya to access your Gerrit repositories, you need to generate an HTTP access token.
Access Settings: Click the user icon in the top-right corner of your Gerrit UI, navigate to Settings.
Generate Token: Open the "HTTP Credentials" tab on the left sidebar and click the "Generate New Password" button.

Secure Your Password: Copy and save the generated password immediately. You will need this for the Oobeya data source configuration.
2. Install Gerrit Add-on on Oobeya π§©
Before connecting your data, ensure the Gerrit integration is active in your Oobeya instance.
Log in to Oobeya with an Administrator account.
Navigate to Integrations from the side menu.
Locate the Gerrit add-on and click the "Install" button.

3. Add A New Data Source π
Now, connect your Gerrit server to start fetching data.
Navigate to Data Sources and select Gerrit from the SCM & CI/CD category.

Click the "New Data Source" button and fill in the required fields:
Server URL: Your Gerrit instance URL (e.g.,
https://gerrit.yourdomain.com).Username: Your Gerrit username.
Token: The HTTP Password you generated in Step 1.

Click "Test Connection" to verify the credentials.
Once verified, click "Add" to finalize the setup.
Ready to Connect π
Congratulations! Oobeya is now connected to your Gerrit server. It will begin pulling real-time statistics from your repositories to track development velocity, code review cycles, and team performance.
Last updated