Magento Opentelemetry

outeredge/magento-opentelemetry-module

Sends Magento 2 logs to an OpenTelemetry (OTLP) endpoint. Supports providers like Middleware, Honeycomb, OpenObserve, Dynatrace, and Grafana Cloud.

Installs cleanlyBuild passingSemVer compliant

Supported Magento versions: 2.4.9

20,160 installs★ 9 starsLatest: v2.0.6Released 2025-12-08License: MIT

composer require outeredge/magento-opentelemetry-module

README

Reproduced from the package’s own README, under its own license, as of 2026-09-13. Links and images point back at the source repository.

magento-opentelemetry-module

A Magento 2 module that adds support for sending Logs to an OTLP endpoint.

Examples for some well known providers:

Provider Endpoint Headers Resources
Middleware https://{project}.middleware.io - mw.account_key={account_key},mw.resource_key=custom
Honeycomb https://api.honeycomb.io x-honeycomb-team={api_key}
OpenObserve https://api.openobserve.ai/api/{your_org_url} Authorization=Basic {token},stream-name=default
Dynatrace https://{env}.live.dynatrace.com/api/v2/otlp Authorization=Api-Token {token}
Grafana Cloud https://otlp-gateway-prod-{region}.grafana.net/otlp Authorization=Basic {base64_token}
← All packages from outeredge