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.
Build Tests
Code Quality
Tested on Magento 2.4.8-p3
Recent Test History
Each release is tested against the latest Magento version at that time.
Top Contributors
View LeaderboardShare This Module's Status
README
Loaded from GitHubmagento-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} | |
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.