Local Install
Installing Digma locally is pretty straightforward, you can choose whether you want Digma to install its Analytics Engine for you or do it on your own.
Prerequisites
IntelliJ Community or Ultimate Edition (2022.3 and up are supported, though latest is recommended)
Docker installed and running - Can be either Docker Desktop, Podman, Rancher Desktop or Colima
1. Install the Digma plugin in the IDE marketplace
The Digma Plugin is available on the IntelliJ Marketplace.
You can install the plugin from your IDE or open the plugin page in your browser.
2. Setup the Digma Analytics Engine
Digma runs locally on your machine. To process all of the captured traces, analyze them, detect issues, and provide analytics, Digma relies on Docker containers. When not ingesting any traces, these containers are completely idle.
After the plugin installs you'll get to choose the preferred way to install the Digma Engine. Several options are available:
(Optional) If you have a product key please enter it in the configuration stage of the onboarding process along with your email
How do I know Digma is Running?
If you've run Digma via any of the first two options, you can check that the Analytics Engine containers are up and running. In the IDE you should see both the Observability side panel and the Insights side panel showing up with no errors and waiting to receive data.
Last updated