Obtain an API token
Before sending events from GitLab, contact Chronosphere Support to obtain an API token for use with authenticating your third-party app with Observability Platform.This API token differs from an API token that’s generated when creating
a service account.
Create a GitLab webhook
To send GitLab events to Observability Platform:- In GitLab, create a webhook scoped to your project or group.
-
In the URL field, enter
https://ADDRESS.chronosphere.io/api/v1/data/events/receiver/gitlabReplaceADDRESSwith your company name prefixed to your Observability Platform instance that ends in.chronosphere.io. For example,MY_COMPANY.chronosphere.io. - In the Secret token field, enter the API token you obtained from Chronosphere Support.
- In the Trigger section, select the events to trigger the webhook. Observability Platform supports only Deployment events and Feature flag events.
- Click Add webhook to create the webhook.