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.16k stars 3.82k forks source link

pkg/cli: debug-zip log upload with datadog logs API #135912

Open arjunmahishi opened 8 hours ago

arjunmahishi commented 8 hours ago

Recently datadog has started to support ingesting of logs that are upto 72 hours old. This commit updates the current log upload flow to use the Logs API for logs that are within the 72 hour range. Logs older than 72 hours will continue to use the Rehydration method.

This commit only makes the functional changes required for using the Logs API. There will also be some TUI changes required to make the UX better. Will create a seperate PR for those changes.

Epic: CC-28996 Part of: CC-30567 Release note: None

cockroach-teamcity commented 8 hours ago

This change is Reviewable