> For the complete documentation index, see [llms.txt](https://henryruhs.gitbook.io/chroma-feedback/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://henryruhs.gitbook.io/chroma-feedback/producers/gitlab.md).

# GitLab

### Usage

Observe one status:

```bash
chroma-feedback -p gitlab

--gitlab-slug <project-id>
--gitlab-token <token>
```

Observe many statuses:

```bash
chroma-feedback -p gitlab

--gitlab-token <token>
```

### Options

| Name         | Default              | Mandatory |
| ------------ | -------------------- | --------- |
| gitlab-host  | <https://gitlab.com> | optional  |
| gitlab-slug  |                      | optional  |
| gitlab-token |                      | required  |
