Metadata-Version: 2.5
Name: omnia-tracing
Version: 0.1.1
Summary: Omnia tracing — standard OpenTelemetry, curated. One install, one line; eject anytime, your spans don't change.
Project-URL: Repository, https://github.com/omnia-v/omnia-tracing
License-Expression: Apache-2.0
Requires-Python: >=3.10
Requires-Dist: opentelemetry-exporter-otlp-proto-http>=1.27
Requires-Dist: opentelemetry-instrumentation-anthropic>=0.30
Requires-Dist: opentelemetry-instrumentation-google-generativeai>=0.30
Requires-Dist: opentelemetry-instrumentation-langchain>=0.30
Requires-Dist: opentelemetry-instrumentation-openai>=0.30
Requires-Dist: opentelemetry-sdk>=1.27
Description-Content-Type: text/markdown

# omnia-tracing

Standard OpenTelemetry, curated. One install, one line; eject anytime — your spans don't change.

```python
from omnia_tracing import setup

tracing = setup()  # reads OMNIA_API_KEY and OMNIA_TAG
```

See the [repository README](https://github.com/omnia-v/omnia-tracing) for the full story, and `docs/eject.md` for the identical setup in vanilla OpenTelemetry.
