mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 05:08:12 +00:00
Documents the structured-logs work shipped in crewAI-enterprise PR #1195 and ships the customer-facing Datadog dashboard the CON-249 self-hosted observability ask called out for. - docs/edge/en/enterprise/guides/structured_logs.mdx: schema v1 reference, opt-in env var (CREWAI_LOG_FORMAT=json), before/after JSON example, compatibility contract. Backend-agnostic — usable for Splunk, Loki, ELK, CloudWatch as well. - docs/edge/en/enterprise/guides/datadog_dashboard.mdx: two ingestion paths (Datadog Agent stdout vs Datadog OTLP intake) for self-hosted customers to pick from, facet-promotion prerequisites, 3-step dashboard import, dashboard tour, customization tips, troubleshooting. - docs/edge/en/enterprise/guides/datadog_dashboard.json: the importable dashboard artifact itself — 4 sections (Header / Throughput / Errors / Cost) with template variables wired to @automation_name, @crewai_version, and service. - docs/edge/en/enterprise/guides/capture_telemetry_logs.mdx: clarify that the default Datadog OTel template ships traces only and link to the new log-export options (Structured Logs + Datadog Dashboard). - docs/docs.json: register both new pages in the edge/en sidebar alongside capture_telemetry_logs. Version snapshots (v1.x.x) and non-English locales deliberately untouched — new content lives only on the edge channel; translation stubs land in a follow-up PR. Co-authored-by: Cursor <cursoragent@cursor.com>