OBSERVABILITY PLATFORM
Buildkite

Send Buildkite events to Observability Platform

To send Buildkite events to Chronosphere Observability Platform, create a webhook within Buildkite and include your API key to authenticate with Observability Platform.

Obtain an API token

Before sending events from Buildkite, 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 Buildkite webhook

To send Buildkite events to Observability Platform:

  1. In Buildkite, go to https://buildkite.com/organizations/COMPANY/services and create a webhook (opens in a new tab).

    Replace COMPANY with the name of your company or organization.

  2. Click Add Webhook to define a webhook.

  3. Enter a description for the webhook, such as Chronosphere Buildkite.

  4. In the URL field, enter https://ADDRESS.chronosphere.io/api/v1/data/events/receiver/buildkite.

    Replace ADDRESS with your company name prefixed to your Observability Platform instance that ends in .chronosphere.io. For example, MY_COMPANY.chronosphere.io.

  5. In the Token field, enter the API token you obtained from Chronosphere Support.

  6. Select Send an HMAC signature.

  7. Select one or more of the following options for your webhook:

    • build.finished
    • build.running
    • build.scheduled
  8. Select which pipelines you want to enable events for.

  9. Save your webhook.