Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 1026 |
Technical Name |
az_opentelemetry |
License | OPL-1 |
Website | https://dulasoft.com |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 1026 |
Technical Name |
az_opentelemetry |
License | OPL-1 |
Website | https://dulasoft.com |
Module overview
This module adds OpenTelemetry-based application tracing to Odoo so you can observe your web and API traffic in an APM tool that supports OTLP. It turns each incoming request into rich trace data, helping teams understand performance, spot failures quickly, and correlate backend activity with client requests.
What you get
- Instant visibility into Odoo HTTP/JSON controllers (website and custom REST endpoints).
- Works with any OTLP collector, including for example: SigNoz, Grafana Tempo, Jaeger (via OTLP collector), Uptrace, Honeycomb, New Relic, Elastic APM (OTLP intake), Datadog (via OTLP intake/agent), Sentry, Azure Monitor / Application Insights, Google Cloud Trace, and AWS X-Ray (via the OpenTelemetry Collector).
- Precise control over whatâs traced: include lists, exclude lists, and method-aware patterns.
- Error-driven mode: capture spans only when requests fail; optional setting to treat 4xx as errors.
- Clear service identity: configurable service name/version; namespace can follow your domain automatically; environment tags for dev/staging/prod.
- Lightweight sampling to balance cost and detail.
- Safe by default: records request/response sizes, not payload contents.
- Custom attributes: add your own resource or per-request attributes from Settings to enrich traces.
- Hot-reload configuration: changes in Settings apply without restarting Odoo.
- Reverse proxy friendly: supports deployments behind Nginx/Traefik with HTTP or HTTPS endpoints.
Who is it for
Teams running Odoo for websites, APIs, or integrations who want faster troubleshooting, clearer performance insights, and smoother DevOps handoffs.
Requirements
An accessible OTLP endpoint (HTTP or gRPC). No vendor lock-in; compatible with OpenTelemetry tooling and platforms listed above.
Python libraries:
- opentelemetry-sdk
- opentelemetry-exporter-otlp-proto-grpc
- opentelemetry-exporter-otlp-proto-http
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module