Terms and Concepts¶
Understanding the terminology and concepts behind application performance monitoring is essential for getting the most out of IAPM. This guide covers everything from foundational APM concepts to advanced observability techniques.
Core Concepts¶
Build your foundation with these essential concepts:
| Concept | Description |
|---|---|
| APM | Application Performance Management fundamentals and why they matter |
| Observability | The three pillars: logs, metrics, and traces |
| IAPM | How immersive 3D/VR visualization transforms APM |
Data Pipeline¶
Understand how telemetry flows from your application to actionable insights:
graph LR
A[Your App] -->|Instrumentation| B[Telemetry Data]
B -->|Collection| C[Processing]
C -->|Correlation| D[IAPM Visualization] | Stage | Description |
|---|---|
| Instrumentation | Adding telemetry capture to your application code |
| Collection | Gathering, buffering, and transmitting telemetry data |
| Correlation | Connecting related traces, logs, and metrics together |
Frameworks¶
IAPM integrates with industry-standard observability frameworks:
| Framework | Description |
|---|---|
| OpenTelemetry | The vendor-neutral observability standard we support |