Skip to main content

Two-line LLM tracing for Verica: init(token) and your OpenAI/Anthropic calls land as evaluable traces.

Project description

verica-observability

Two-line LLM tracing for Verica: your OpenAI/Anthropic calls land as evaluable traces.

Install

pip install verica-observability

Use

import verica

verica.init(token=os.environ["VERICA_TOKEN"])

# Import the clients AFTER init so they are patched. OpenAI, Anthropic, and
# Gemini (the google-genai SDK) are all auto-traced, no extra code.
from openai import OpenAI
from anthropic import Anthropic
from google import genai

Sessions (multi-turn)

Traces sharing a conversation id reassemble into a Verica session. In a server handling many conversations, scope the id per request:

with verica.conversation(f"chat-{chat_id}"):
    response = client.chat.completions.create(...)

Context-local (async- and thread-safe); it overrides the global conversation_id from init(), and verica.conversation(None) suppresses the attribute for the block. For a single-conversation script, passing conversation_id="..." to init() is enough.

Serverless

Call verica.flush() (or verica.shutdown()) before the runtime freezes so the span batch is exported.

Options

Option / env var Default Notes
token / VERICA_TOKEN (required) ingest-scoped API token
capture_content / VERICA_CAPTURE_CONTENT true send prompt/response content
conversation_id (none) global gen_ai.conversation.id; per-request: verica.conversation(id)
service_name / OTEL_SERVICE_NAME app resource service.name
debug / VERICA_DEBUG false log export errors

Fail-open by design: if Verica is unreachable or the token is invalid, spans are dropped and your app is never affected. Export errors are silent unless debug is on.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

verica_observability-0.1.5.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

verica_observability-0.1.5-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file verica_observability-0.1.5.tar.gz.

File metadata

  • Download URL: verica_observability-0.1.5.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for verica_observability-0.1.5.tar.gz
Algorithm Hash digest
SHA256 0e34896e52f1c691dfcbe86c4ac80114534686aaec7db77238090cfb686eb6cc
MD5 7c4672a26d6a4b43836b5e92363e2ccb
BLAKE2b-256 9d44c805e32d97080e2a2ac208b7c95ebef9e7fc4af4b7a17ee5c04a995ba7df

See more details on using hashes here.

File details

Details for the file verica_observability-0.1.5-py3-none-any.whl.

File metadata

File hashes

Hashes for verica_observability-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 01a98694c8479b9719fa44071047cccd5247dc7e6cff8b78206c550873f151a6
MD5 dbb191e268144568ec8f25b92213c1b5
BLAKE2b-256 4a5e6087ad03f1ecc580131ce3f86d18a6668038bbf1ab7baa1405d2df8db5de

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page