mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Check Documentation Broken Links / Check broken links (push) Has been cancelled
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
* adjust aop to amp docs lang * whoop no print
31 lines
968 B
Plaintext
31 lines
968 B
Plaintext
---
|
|
title: "Open Telemetry Logs"
|
|
description: "Understand how to capture telemetry logs from your CrewAI AMP deployments"
|
|
icon: "magnifying-glass-chart"
|
|
mode: "wide"
|
|
---
|
|
|
|
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></Frame>
|