Google Cloud, also known as Google Cloud Platform (GCP), is a cloud provider including over 150+ products and services. Among these products and services are Cloud Trace, Cloud Monitoring, and Cloud Logging which together comprise Google Cloud Observability. Traceloop’s OpenLLMetry library enables instrumenting LLM frameworks in an OTel-aligned manner and supports writing that instrumentation data to Google Cloud, primarily as distributed traces in Cloud Trace.Documentation Index
Fetch the complete documentation index at: https://enrolla-gz-new-docs-for-auto-monitor.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Integration Instructions
Step 1. Install Python Dependencies
Step 2. Initialize OpenLLMetry
In your application code, invokeTraceloop.init as shown:
Advanced Topics
Large Span Attributes
You can use theCloudTraceLoggingSpanExporter
from the Google Cloud agent-starter-pack as a drop-in replacement for the
CloudTraceSpanExporter. That exporter writes large attributes to Google Cloud Storage and writes a reference URL to Cloud Observability.
