outeredge / magento-opentelemetry-module
Magento Open Telemetry Module by outer/edge
Installs: 8 296
Dependents: 2
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^8.3
- monolog/monolog: ^3
- open-telemetry/exporter-otlp: ^1.2
- open-telemetry/opentelemetry-logger-monolog: ^1.1
Requires (Dev)
- dev-master
- 2.0.1
- 2.0.0
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-fix-compatibility-error
- dev-fix-conflits-on-php8.4
- dev-fix-regex-sqaure-brackets
- dev-frontend-logging-config
- dev-bensinca-patch-1
- dev-improve-lo
- dev-initial
This package is auto-updated.
Last update: 2025-06-03 15:49:08 UTC
README
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} |