OpenTelemetry Writer instrumentation
Project Links
Meta
Author: Yan Tolstoy, Writer, Inc.
Requires Python: <4,>=3.10
Classifiers
OpenTelemetry Writer Instrumentation
This library allows tracing calls to any of Writer's endpoints sent with the official Writer Python Library.
Installation
pip install opentelemetry-instrumentation-writer
Example usage
from opentelemetry.instrumentation.writer import WriterInstrumentor
WriterInstrumentor().instrument()
Privacy
By default, this instrumentation logs prompts, completions, and embeddings to span attributes. This gives you a clear visibility into how your LLM application is working, and can make it easy to debug and evaluate the quality of the outputs.
However, you may want to disable this logging for privacy reasons, as they may contain highly sensitive data from your users. You may also simply want to reduce the size of your traces.
To disable logging, set the TRACELOOP_TRACE_CONTENT environment variable to false.
TRACELOOP_TRACE_CONTENT=false
0.60.0
Apr 19, 2026
0.59.2
Apr 16, 2026
0.59.1
Apr 15, 2026
0.59.0
Apr 13, 2026
0.58.1
Apr 12, 2026
0.58.0
Apr 09, 2026
0.57.0
Mar 30, 2026
0.56.1
Mar 30, 2026
0.56.0
Mar 30, 2026
0.55.0
Mar 29, 2026
0.54.0
Mar 29, 2026
0.53.4
Mar 29, 2026
0.53.3
Mar 19, 2026
0.53.2
Mar 18, 2026
0.53.0
Mar 04, 2026
0.52.6
Feb 26, 2026
0.52.5
Feb 23, 2026
0.52.4
Feb 19, 2026
0.52.3
Feb 10, 2026
0.52.2
Feb 08, 2026
0.52.1
Feb 02, 2026
0.52.0
Feb 02, 2026
0.51.1
Jan 26, 2026
0.51.0
Jan 20, 2026
0.50.1
Dec 16, 2025
0.49.8
Dec 11, 2025
0.49.7
Dec 08, 2025
0.49.6
Dec 01, 2025
0.49.5
Nov 27, 2025
0.49.4
Nov 27, 2025
0.49.3
Nov 26, 2025
0.49.2
Nov 25, 2025
0.49.1
Nov 24, 2025
0.49.0
Nov 23, 2025
0.48.2
Nov 23, 2025
0.48.1
Nov 17, 2025
0.48.0
Nov 11, 2025
0.47.5
Oct 24, 2025
0.47.4
Oct 22, 2025
0.47.3
Sep 21, 2025
0.47.2
Sep 17, 2025
0.47.1
Sep 14, 2025
0.47.0
Sep 10, 2025
0.46.2
Aug 29, 2025