mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
* docs: add prompt storage schema and OpenTelemetry events reference - Add comprehensive prompt storage documentation (DEVREL-142) - Complete enterpriseTelemetry.promptUploading schema - Setup guides for AWS S3 and Cloudflare R2 - Storage architecture and sync worker behavior - IAM policies and troubleshooting - Add OpenTelemetry events catalog (DEVREL-143) - Document 80+ events across 8 categories - Example payloads and analytics query patterns - Integration examples for Datadog, Grafana, New Relic - Event schema reference and best practices - Update monitoring documentation - Add cross-references between related pages - Update navigation in docs.json - Integrate new pages into Enterprise > Monitoring section * fix: update broken link in telemetry.mdx to point to OTel events page * docs: address PR review comments - Fix file contents exclusion claim in prompt-storage.mdx - Remove misleading claim about file contents not being stored - Add warning that tool inputs (like write_to_file content) are included - Standardize attribute naming in opentelemetry-events.mdx - Change model_id to model in event tables for consistency - Match actual emitted event schema shown in example payloads - Add SQL syntax note in opentelemetry-events.mdx - Clarify that attribute access syntax is platform-specific - Provide examples for BigQuery and ClickHouse * adjustments