Custom Application¶
Instrument any application with OpenTelemetry to visualize and analyze it in IAPM.
What You Can Instrument¶
| Application Type | Description |
|---|---|
| Your own code | Applications built by you or your organization |
| Open source | Community projects and frameworks |
| Commercial software | Purchased applications with instrumentation support |
How It Works¶
graph LR
A[Your Application] -->|OpenTelemetry SDK| B[Telemetry Data]
B -->|OTLP Export| C[IAPM Platform]
C --> D[3D Visualization] 
Showcase: .NET Aspire Integration¶
See IAPM in action with a .NET Aspire application:
Next Steps¶
| Step | Description |
|---|---|
| 1. Get API Key | Obtain your grid's API key |
| 2. Instrument | Add OpenTelemetry to your application |
| 3. Best Practices | Follow instrumentation guidelines |