Install
Works with Drupal: ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
1.59 MB
MD5: 8aa346f50dec1953a79c457043d8c8b5
SHA-1: 2ffccf6fd8892c0cc4131dd7f6af0593632ffe79
SHA-256: c8058e6e6072cb58e6b23ca6bcd802e5a081e3da7c0eba87717bee6dd7ff49f4
Download zip
1.81 MB
MD5: 4656d1453abc2e8feddbe8a2c8cdbf9c
SHA-1: 77c978197d0cffac400d0d44d04099b5f040a34f
SHA-256: b52f5ce0e64454ef0223d75e9f7c541b06dd57773e869e65f6fb1a32de00b003
Release notes
Native Observability 1.0.7 introduces a full request-log exclusion workflow and improves the dashboard/operator experience.
Highlights
- Added a core request-log exclusion system in
native_observability - Added a dedicated exclusions settings page under Native Observability settings
- Added support for exclusion rules based on:
- HTTP method
- exact, prefix, and regex path matching
- query conditions with
exists,missing,equals,regex,gte,lte, andbetween
- Implemented runtime caching for exclusion rules:
- database remains the authoritative source
- cache is used at runtime
- in-memory reuse avoids repeated DB lookups on every request
- Ensured excluded requests are suppressed across the request-correlated pipeline:
- traces
- spans
- observers
- metrics
- exports
- Added dashboard actions in Technical Insights:
Exclude from logsRe-enable logs
- Added deep-linking from the dashboard to the exclusions form with prefilled values and destination/backlink return flow
- Improved dashboard labeling for unresolved external requests, including privacy-aware IP display
- Refined the Technical Insights modal summary cards for a more compact and clearer layout
- Added PHPUnit coverage for exclusion-rule normalization, matcher behavior, caching, and request-level exclusion propagation
- Expanded README and module documentation with detailed guidance for exclusion rules, pattern matching, query operators, dashboard workflow, and runtime performance behavior
Native Observability 1.0.7 makes noisy traffic suppression a first-class feature and helps keep traces, spans, and metrics focused on real application behavior.