Back to Manual
🚀getting started/quick start guide

quick start guide

  1. authenticate: log in to your managed account via the cli.

    bash
    iocane login
    
  2. connect your environment: automatically configure your local or remote agent environment to send traces to iocane.

    bash
    iocane connect --env "production-v1"
    
    • detects your environment setup (e.g., docker compose).
    • generates valid opentelemetry configuration.
    • mints and securely stores an environment-scoped ingest api key.
    • validates end-to-end trace ingestion.
  3. access the dashboard: log in to the iocane web ui to view real-time traces, dependency graphs, and detected incidents.