Setup Opslane

Follow these steps to set up Opslane and start improving your on-call experience.

Prerequisites

Before you begin, make sure you have:

  • Docker installed on your system
  • A Slack workspace
  • A Datadog account
  • OpenAI API key (for AI-powered features)
  • Ngrok account (for external URL setup)

Installation

Configure Integrations

Start Using Opslane

Before using Opslane, e want to index the slack channels that have the alert history as well as annotate 25 alerts to generate a model.

To do these run the following commands:

  1. docker ps to find out the id of the app container.

  2. docker exec -it <container_id> /bin/bash

  3. Index Slack content: python -m app.scripts.seed_data

  4. Classify Datadog alerts: python -m app.ml.training.train_alert_classifier --num-alerts 20

  5. Opslane is ready to use. Any future datadog alerts will be annotated!