> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ewake.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Gerrit

> Connect Gerrit to let ewake correlate production issues with code reviews and submitted changes.

<Info>
  **What you'll get:** After connecting Gerrit, ewake can track submitted changes and correlate them with production behaviour, particularly useful in organisations that run Gerrit alongside a separate CI/CD system.
</Info>

***

## Prerequisites

* A Gerrit instance with **HTTP access** enabled
* A Gerrit account with read access to the projects you want to monitor

***

## Configuration

<Steps>
  <Step title="Generate HTTP credentials in Gerrit">
    In Gerrit, go to your user avatar (top right) → **Settings** → **HTTP Credentials** → click **Generate Password**.

    Note your **username** (shown above the password section) and copy the generated HTTP password.
  </Step>

  <Step title="Connect in ewake">
    In your ewake dashboard, go to **Integrations** → **Gerrit** → click **Configure**.

    | Field               | Value                                                            |
    | ------------------- | ---------------------------------------------------------------- |
    | **Gerrit Base URL** | Your Gerrit instance URL (e.g. `https://gerrit.your-domain.com`) |
    | **Username**        | Your Gerrit username from Step 1                                 |
    | **HTTP Password**   | The password generated in Step 1                                 |

    Click **Test Configuration**, then **Save**.

    <Check>
      Gerrit is connected. Ewake can now correlate production incidents with submitted changes.
    </Check>
  </Step>
</Steps>

***

<Note>
  Ewake uses **read-only** access to Gerrit. It never submits, abandons, or comments on changes.
</Note>
