-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
137003: cli: update CLI output for tsdump upload r=aa-joshi a=aa-joshi Previously, we are logging the first metric from tsdump datadog upload request along with the error. The communication during failure was not very clear about whether upload is succeeded or failed. This patch improves communication based on upload state. User will be able to clearly differentiate between success, partial success & failure. In case of partial success, it will list all metrics which were failed during upload. Along with it, The patch updates the retries count & back off configuration for the upload. Epic: None Part of: CRDB-44835 Release note: None - Upload partial success [partial_success.txt](https://github.com/user-attachments/files/18059610/partial_success.txt) - Upload failed <img width="1842" alt="upload_failed" src="https://github.com/user-attachments/assets/e6b6c6ab-b968-41a7-9656-a979ebcfee38"> - Upload success <img width="1905" alt="upload_success" src="https://github.com/user-attachments/assets/31d795d5-9c54-4049-b5f1-60ed476b3995"> Co-authored-by: Akshay Joshi <[email protected]>
- Loading branch information
Showing
2 changed files
with
61 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters