Traceloop Observability - Monitor LLM Usage SigNoz has published a guide for integrating its observability platform with Traceloop's OpenLLMetry to monitor LLM and AI applications. The integration requires installing traceloop-sdk and openai, initializing Traceloop with an app name, and setting environment variables to export traces to SigNoz Cloud. Users can then view detailed traces in SigNoz, with troubleshooting steps for common issues and an optional OpenTelemetry Collector setup for data filtering and enrichment. Overview This guide walks you through integrating SigNoz with traceloop OpenLLMetry to gain visibility into your LLM and AI applications. By combining traceloop's specialized LLM instrumentation with SigNoz's observability platform, you can monitor and analyze traces from your AI workloads. Prerequisites - A SigNoz Cloud account https://signoz.io/teams/ with an active ingestion key or Self Hosted SigNoz instance https://signoz.io/docs/install/self-host/ - Internet access to send telemetry data to SigNoz Cloud - Python 3.10+ with traceloop-sdk installed - For Python: pip installed for managing Python packages - For this example: An OpenAI API key. You can get it from OpenAI platform https://platform.openai.com/settings/organization/api-keys Integrate SigNoz with traceloop For more information on getting started with traceloop in your Python environment, refer to the traceloop Quickstart Guide https://www.traceloop.com/docs/openllmetry/getting-started-python . For more information on integrating SigNoz with traceloop, refer to the traceloop SigNoz Guide https://www.traceloop.com/docs/openllmetry/integrations/signoz . Step 1: Install the necessary packages in your Python environment. pip install \ traceloop-sdk \ openai Step 2: Create an example LLM application using OpenAI in this example python from traceloop.sdk import Traceloop import os from openai import OpenAI Traceloop.init app name="