Monitoring
Altinn app instrumentation and monitoring.
To get started with monitoring in you app, see instrumentation and monitoring user guide.
This documentation contains information needed to support app developers and service owners in operating, monitoring/observing and instrumenting applications on the Altinn 3 platform.
Altinn 3 uses the open and vendor-neutral OpenTelemetry specifications and protocols for instrumenting and shipping telemetry end-to-end. This enables us to bring a baseline monitoring that serves all applications, and enables service owners to make appropriate customizations as necessary, from custom enrichment and instrumentation to completely separate monitoring platforms.
Core concepts
Instrumentation is your software saying what it is doing.
Telemetry is making that information available, whether by pull—something asking—or push—sending messages; “measurement at a distance”.
Monitoring is receiving instrumentation and making it visible.
Alerting is reacting to the monitored data, or patterns in the data.
- Configuration
An overview of configuration options for monitoring in Altinn Apps.
- Instrumentation
An overview of how to instrument Altinn Apps, both automatic and manually.
- Telemetry registry
Altinn App telemetry registry. Find out what telemetry comes out of the box.
- Visualisation
Visualising telemetry emitted from Altinn 3 apps.
- Typical use cases for Application Insights
Frequently asked questions related to how to use Application Insights.
- Resources
Documentation resources related to monitoring tools.