package with monocle genAI tracing
Project description
Monocle for tracing GenAI app code
Monocle helps developers and platform engineers building or managing GenAI apps monitor these in prod by making it easy to instrument their code to capture traces that are compliant with open-source cloud-native observability ecosystem.
Monocle is a community-driven OSS framework for tracing GenAI app code governed as a Linux Foundation AI & Data project.
Why Monocle
Monocle is built for:
- app developers to trace their app code in any environment without lots of custom code decoration
- platform engineers to instrument apps in prod through wrapping instead of asking app devs to recode
- GenAI component providers to add observability features to their products
- enterprises to consume traces from GenAI apps in their existing open-source observability stack
Benefits:
- Monocle provides an implementation + package, not just a spec
- No expertise in OpenTelemetry spec required
- No bespoke implementation of that spec required
- No last-mile GenAI domain specific code required to instrument your app
- Monocle provides consistency
- Connect traces across app code executions, model inference or data retrievals
- No cleansing of telemetry data across GenAI component providers required
- Works the same in personal lab dev or org cloud prod environments
- Send traces to location that fits your scale, budget and observability stack
- Monocle is fully open source and community driven
- No vendor lock-in
- Implementation is transparent
- You can freely use or customize it to fit your needs
What Monocle provides
- Easy to use code instrumentation
- OpenTelemetry compatible format for spans.
- Community-curated and extensible metamodel for consisent tracing of GenAI components.
- Export to local and cloud storage
Use Monocle
- Get the Monocle package
pip install monocle_apptrace
- Instrument your app code
- Import the Monocle package
from monocle_apptrace.instrumentor import setup_monocle_telemetry
- Setup instrumentation in your
main()
functionsetup_monocle_telemetry(workflow_name="your-app-name")
- Import the Monocle package
- (Optionally) Modify config to alter where traces are sent
See Monocle user guide for more details.
Roadmap
Goal of Monocle is to support tracing for apps written in any language with any LLM orchestration or agentic framework and built using models, vectors, agents or other components served up by any cloud or model inference provider.
Current version supports:
- Language: (🟢) Python , (🔜) Typescript
- LLM-frameworks: (🟢) Langchain, (🟢) Llamaindex, (🟢) Haystack, (🔜) Flask
- LLM inference providers: (🟢) OpenAI, (🟢) Azure OpenAI, (🟢) Nvidia Triton, (🔜) AWS Bedrock, (🔜) Google Vertex, (🔜) Azure ML, (🔜) Hugging Face
- Vector stores: (🟢) FAISS, (🔜) OpenSearch, (🔜) Milvus
- Exporter: (🟢) stdout, (🟢) file, (🔜) Azure Blob Storage, (🔜) AWS S3, (🔜) Google Cloud Storage
Get involved
Provide feedback
- Submit issues and enhancements requests via Github issues
Contribute
- Monocle is community based open source project. We welcome your contributions. Please refer to the CONTRIBUTING and CODE_OF_CONDUCT for guidelines. The contributor's guide provides technical details of the project.
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
Built Distribution
File details
Details for the file monocle_apptrace-0.2.0.tar.gz
.
File metadata
- Download URL: monocle_apptrace-0.2.0.tar.gz
- Upload date:
- Size: 45.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ef68f377215eb4403539964f59b48498d390c41a7d5cf4f62c3cba437df1a18 |
|
MD5 | bbe7443cda5afeac2832d5796bccff63 |
|
BLAKE2b-256 | 53ec0e7bd4abcb2bbb68b80c8016ecab8fab864db52fdef74551471c860f41f1 |
File details
Details for the file monocle_apptrace-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: monocle_apptrace-0.2.0-py3-none-any.whl
- Upload date:
- Size: 42.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ea41302ad977e9d868ff8e25a76d74cdfab82b1e2f61cbc2669691a945293a2 |
|
MD5 | 6fd171871d3c810542c116a69863bcdd |
|
BLAKE2b-256 | 06425634b5dec52202926031d6c3211689b3391db101e88a8d1b3f2d8fe95ce8 |