> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crewai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Open Telemetry Logs

> Understand how to capture telemetry logs from your CrewAI AMP deployments

CrewAI AMP provides a powerful way to capture telemetry logs from your deployments. This allows you to monitor the performance of your agents and workflows, and to debug issues that may arise.

## Prerequisites

<CardGroup cols={2}>
  <Card title="ENTERPRISE OTEL SETUP enabled" icon="users">
    Your organization should have ENTERPRISE OTEL SETUP enabled
  </Card>

  <Card title="OTEL collector setup" icon="server">
    Your organization should have an OTEL collector setup or a provider like
    Datadog log intake setup
  </Card>
</CardGroup>

## How to capture telemetry logs

1. Go to settings/organization tab
2. Configure your OTEL collector setup
3. Save

Example to setup OTEL log collection capture to Datadog.

<Frame>
  <img src="https://mintcdn.com/crewai/8XSKdP-uStfa5HLa/images/crewai-otel-export.png?fit=max&auto=format&n=8XSKdP-uStfa5HLa&q=85&s=2f7db39863b450616b53f636de4ed922" alt="Capture Telemetry Logs" width="3680" height="2382" data-path="images/crewai-otel-export.png" />
</Frame>
