cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.13k stars 3.81k forks source link

Directly ingest logs into Datadog #103477

Closed kevin-v-ngo closed 1 year ago

kevin-v-ngo commented 1 year ago

This issue tracks a tighter integration with Datadog to support finer granularity and longer retention of SQL stats. We'd like to support emitting our sampled logs directly to Datadog via the Datadog HTTP API. This will help support higher throughput (avoid writing to disc) data ingestion for data intensive applications. Cluster Observability has a PR to format the logs in JSON array format. The following issues remain:

Epic: CRDB-25399

Jira issue: CRDB-28022

kevin-v-ngo commented 1 year ago

@xinhaoz - can you clarify what's left for this issue?

xinhaoz commented 1 year ago

@kevin-v-ngo The PR I have is just to format the logs in JSON array format -- we still need: