Terms and Concepts¶
Understanding the terminology and concepts behind application performance monitoring is essential for getting the most out of DeepCube. This guide covers everything from foundational APM concepts to advanced observability techniques.
For quick, one-line definitions of the shared terms used across DeepCube, see the Glossary. This section goes deeper into the concepts behind them.
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 |
| DeepCube | How immersive 3D 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[DeepCube 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¶
DeepCube integrates with industry-standard observability frameworks:
| Framework | Description |
|---|---|
| OpenTelemetry | The vendor-neutral observability standard we support |