opentelemetry-instrumentation-google-generativeai
OpenTelemetry Google Generative AI instrumentation
What it is and what it does
This package is an OpenTelemetry instrumentation layer that automatically captures telemetry from calls to the Google Generative AI library. When installed and initialized, it intercepts prompts, completions, and embeddings and exports them as OpenTelemetry spans, allowing you to observe and debug LLM application behavior through standard observability tools.
By default, it logs the full content of prompts and completions to span attributes for visibility into model inputs and outputs. This can be disabled via the TRACELOOP_TRACE_CONTENT environment variable if you need to protect sensitive user data or reduce trace size. The package depends on the core OpenTelemetry API and instrumentation framework, plus semantic convention libraries for AI workloads.
Use it for:
- Debug Gemini API calls by inspecting prompts and completions in your observability backend
- Monitor token usage and latency of generative AI requests in production applications
- Correlate LLM traces with other application spans for end-to-end request tracing
- Audit what data is being sent to and received from the Generative AI API
- Evaluate model output quality by analyzing completions stored in trace attributes
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Automatically traces prompts, completions, and embeddings sent through the Google Generative AI library, exporting span data to OpenTelemetry collectors for observability and debugging.
Yes, if you are using the Google Generative AI library and need observability into LLM calls. The package is actively maintained, has no security vulnerabilities, and integrates cleanly with the OpenTelemetry ecosystem. Install it if you already have an OpenTelemetry collector or exporter configured; otherwise, set up observability infrastructure first.
Install
opentelemetry-instrumentation-google-generativeai on PyPI
pip
pip install opentelemetry-instrumentation-google-generativeaiuv
uv add opentelemetry-instrumentation-google-generativeaipoetry
poetry add opentelemetry-instrumentation-google-generativeaiInstalling opentelemetry-instrumentation-google-generativeai
Before you install
Low friction install with four runtime dependencies on the OpenTelemetry ecosystem. Package is actively maintained with recent releases and no known vulnerabilities.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most production environments.
Quickstart
pip install opentelemetry-instrumentation-google-generativeai
from opentelemetry.instrumentation.google_generativeai import GoogleGenerativeAiInstrumentor
GoogleGenerativeAiInstrumentor().instrument()
Requires Python 3.10 or later; OpenTelemetry collector or exporter must be configured separately to receive traces.
Verify before relying
- Whether the package works with all versions of the Google Generative AI library or has specific version constraints
- Performance overhead of instrumentation on high-volume LLM applications
- Compatibility with non-Google OpenTelemetry exporters and backends
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (<4,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — opentelemetry-api, opentelemetry-instrumentation, opentelemetry-semantic-conventions-ai, opentelemetry-semantic-conventions |
| Maintenance | actively maintained — 4 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 3,093,808/month — #2,758 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: opentelemetry_instrumentation_google_generativeai-0.62.3-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-openaiCaptures traces of OpenAI API calls (prompts,…
permissive · top 5,000 on PyPI
opentelemetry-semantic-conventions-aiProvides OpenTelemetry semantic conventions and…
permissive · top 1,000 on PyPI
opentelemetry-instrumentation-vertexaiAutomatically captures traces of VertexAI API…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-replicateAdds OpenTelemetry tracing to Replicate API…
permissive · top 5,000 on PyPI
google-generativeaiProvides a Python client library for calling…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-transformersAdds distributed tracing to HuggingFace…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-watsonxAutomatically captures and traces IBM Watsonx…
permissive · top 5,000 on PyPI
weaveWeave is a toolkit for tracing, logging, and…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-togetherAutomatically traces calls to Together AI's API…
permissive · top 5,000 on PyPI
opentelemetry-util-genaiProvides standardized instrumentation utilities…
permissive · top 5,000 on PyPI