opentelemetry-instrumentation-jinja2
OpenTelemetry jinja2 instrumentation
What it is and what it does
This package integrates Jinja2 template rendering into OpenTelemetry's distributed tracing system. It automatically instruments Jinja2 environments to emit spans and metrics whenever templates are compiled or rendered, allowing you to observe template performance and behavior as part of your broader application telemetry. The instrumentation captures template names, rendering duration, and other execution details.
It is designed for applications already using OpenTelemetry for observability—it acts as a bridge between Jinja2 and your existing tracing infrastructure. The package depends on opentelemetry-api, opentelemetry-instrumentation, and wrapt to hook into Jinja2's execution without modifying your template code.
Use it for:
- Monitor template rendering latency in web applications to identify performance bottlenecks in view generation.
- Correlate template execution with upstream and downstream service calls in distributed tracing dashboards.
- Debug template-related errors by examining spans and context propagation across your observability platform.
- Measure template compilation and rendering costs in high-throughput applications serving many concurrent requests.
- Audit which templates are executed and how often in production environments for compliance or optimization.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Adds OpenTelemetry tracing instrumentation to Jinja2 template rendering, capturing metrics and traces for template execution within your observability pipeline.
Yes, if you are already using OpenTelemetry in your application and render Jinja2 templates. It adds observability with minimal overhead and no code changes to your templates. Not necessary if you are not using OpenTelemetry or do not use Jinja2. Beta status (0.65b0) means it is stable enough for production but may see API changes.
Install
opentelemetry-instrumentation-jinja2 on PyPI
pip
pip install opentelemetry-instrumentation-jinja2uv
uv add opentelemetry-instrumentation-jinja2poetry
poetry add opentelemetry-instrumentation-jinja2Installing opentelemetry-instrumentation-jinja2
Before you install
Low install friction with three lightweight runtime dependencies. Actively maintained as of 2026-08-14 with recent releases; part of the OpenTelemetry Python contrib ecosystem.
License in practice
Apache-2.0 permissive license allows use in commercial and open-source projects with minimal restrictions.
Quickstart
pip install opentelemetry-instrumentation-jinja2
from opentelemetry.instrumentation.jinja2 import Jinja2Instrumentor
from jinja2 import Environment
Jinja2Instrumentor().instrument()
env = Environment()
template = env.from_string('Hello {{ name }}')
template.render(name='World')
Requires Python 3.10 or later; requires an active OpenTelemetry tracer/exporter configured in your application.
Verify before relying
- Whether instrumentation works with Jinja2 versions prior to the package's first release in 2020
- Performance overhead of instrumentation on high-volume template rendering
- Compatibility with async Jinja2 environments
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — opentelemetry-api, opentelemetry-instrumentation, wrapt |
| Maintenance | actively maintained — 29 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 5,043,568/month — #2,176 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: opentelemetry_instrumentation_jinja2-0.65b0-py3-none-any.whl
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
opentelemetry-instrumentation-celeryAdds distributed tracing and observability to…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-pymongoAdds automatic tracing and observability…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-pyramidAdds automatic tracing and metrics collection…
permissive · top 5,000 on PyPI
coralogix-opentelemetryProvides OpenTelemetry extensions for Python…
unclear · top 15,000 on PyPI
opentelemetry-contrib-instrumentationsA meta-package that installs all OpenTelemetry…
permissive · top 15,000 on PyPI
aiohttp-jinja2Integrates Jinja2 template rendering into…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-pymemcacheAdds OpenTelemetry tracing instrumentation to…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-tornadoAdds OpenTelemetry tracing instrumentation to…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-psycopg2Adds distributed tracing instrumentation to…
permissive · top 1,000 on PyPI
elastic-opentelemetryElastic's customized distribution of…
permissive · top 15,000 on PyPI