skillfed

opentelemetry-instrumentation-jinja2

OpenTelemetry jinja2 instrumentation

opentelemetry-instrumentation-jinja2 v0.65b0 5.0M downloads/30d#2,176 on PyPI1,086
Permissive license Apache-2.0 Active released

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-jinja2

uv

uv add opentelemetry-instrumentation-jinja2

poetry

poetry add opentelemetry-instrumentation-jinja2

Installing 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

Development Status :: 4 - BetaIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

jinja2 tracing instrumentationopentelemetry jinja2template rendering observabilityjinja2 performance monitoringdistributed tracing templates
observabilityinstrumentationtracing

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation-celery

Adds distributed tracing and observability to…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-pymongo

Adds automatic tracing and observability…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-pyramid

Adds automatic tracing and metrics collection…

permissive · top 5,000 on PyPI

coralogix-opentelemetry

Provides OpenTelemetry extensions for Python…

unclear · top 15,000 on PyPI

opentelemetry-contrib-instrumentations

A meta-package that installs all OpenTelemetry…

permissive · top 15,000 on PyPI

aiohttp-jinja2

Integrates Jinja2 template rendering into…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-pymemcache

Adds OpenTelemetry tracing instrumentation to…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-tornado

Adds OpenTelemetry tracing instrumentation to…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-psycopg2

Adds distributed tracing instrumentation to…

permissive · top 1,000 on PyPI

elastic-opentelemetry

Elastic's customized distribution of…

permissive · top 15,000 on PyPI