Install

Works with Drupal: ^10 || ^11

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 78.76 KB
MD5: af390ff48377aa47db701df286121479
SHA-1: e108b0f7c92c393d8267df6fa8ce3d9f59551166
SHA-256: ee871661d558e23e1dfd1648fc48aacea71dfb80a10a095ac2bf20e6ef09fe03
Download zip 152.38 KB
MD5: d62bc0dd8a1b97e272db4cb4842e642c
SHA-1: 574d944d95d5f1d41bc099d0f7fe17fd21d7d24c
SHA-256: 0b1b056399d82f61376de74dfca0edf015da61613a4d742d82a6f5cc39a0db3f

Release notes

This release marks the first stable version of the Native Observability project.

Native Observability introduces a structured runtime visibility layer for Drupal,
making the platform observable by design. The module provides request tracing,
execution monitoring, performance metrics, and telemetry export capabilities
without altering Drupal core architecture.

With version 1.0.0 the full observability stack is now complete.

Key capabilities included in this release:

• Request tracing with unique correlation identifiers
• Structured trace storage and inspection interface
• Execution monitoring with span-based runtime visibility
• Automatic tracing of external HTTP calls
• AJAX request correlation support
• Aggregated performance metrics per route
• Latency analysis with percentile calculations (P95 / P99)
• Throughput analysis and historical metrics aggregation
• OpenTelemetry exporter support
• Prometheus-compatible metrics export
• Elastic-compatible telemetry output
• Observability status block
• Drush command integration for metrics aggregation

Native Observability is built as a modular ecosystem including:

• native_observability (core tracing engine)
• native_observability_execution (execution monitoring)
• native_observability_spans (span-based tracing)
• native_observability_metrics (performance metrics engine)
• native_observability_otel (telemetry exporters)
• native_observability_status_block (administrative status UI)

This release completes the initial observability roadmap and provides a full
end-to-end observability pipeline directly inside Drupal.

Future releases will focus on improving the administrative user interface,
enhancing usability, and refining visualization of traces and metrics.

Created by: sjpagan
Created on: 8 Mar 2026 at 18:33 UTC
Last updated: 8 Mar 2026 at 18:33 UTC
Bug fixes
New features

Other releases