Microsoft Entra ID Setup¶
Use your Microsoft work or school account (Office 365, Azure) to access IAPM.
Prerequisites¶
Optional Reading
New to observability? These concepts will help you get the most from IAPM:
- Observability - The three pillars of monitoring
- APM Basics - Application performance management fundamentals
- IAPM - How IAPM visualizes telemetry data
Step 1: Create Your Account¶
Choose your setup experience:
| Option | Description | Best For |
|---|---|---|
| Quick Start | Automated setup with minimal steps | Getting started fast |
| Guided Setup | Step-by-step with customization options | Fine-tuning your configuration |
Step 2: Get Your API Key¶
After creating your account, you'll have a grid - your telemetry data container.
- Go to your grid management page
- Click the Instrument button
- Copy your API key
Step 3: Instrument Your Application¶
Add your API key to your OpenTelemetry OTLP exporter configuration:
# Example OTLP exporter configuration
exporters:
otlp:
endpoint: "https://otlp.iapm.app"
headers:
"API-Key": "your-api-key-here"
New to OpenTelemetry?
Check the official Language APIs and SDKs for instrumentation guides in your programming language.
Step 4: Visualize Your Data¶
Once telemetry is flowing, explore your application:
IAPM Desktop (3D/VR)¶
Enter the World of Your Application with mouse and keyboard or a VR headset.
Install Desktop Desktop Documentation
IAPM Web (Browser)¶
Access dashboards, alerts, and account management from any browser.