[WIP] Add dfctl CLI and TUI for OTAP Dataflow Engine administration#2756
Draft
lquerel wants to merge 75 commits intoopen-telemetry:mainfrom
Draft
[WIP] Add dfctl CLI and TUI for OTAP Dataflow Engine administration#2756lquerel wants to merge 75 commits intoopen-telemetry:mainfrom
lquerel wants to merge 75 commits intoopen-telemetry:mainfrom
Conversation
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (43.20%) is below the target coverage (70.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #2756 +/- ##
==========================================
- Coverage 88.13% 86.01% -2.12%
==========================================
Files 645 692 +47
Lines 248445 260792 +12347
==========================================
+ Hits 218956 224322 +5366
- Misses 28965 35946 +6981
Partials 524 524
🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Summary
Adds
dfctl, an admin SDK-based command-line tool for operating local and remote OTAP Dataflow Engines.The CLI supports engine, group, pipeline, telemetry, rollout, shutdown, reconfiguration, diagnosis, bundle, watch, shell completion, automation friendly output, and an interactive TUI for operational workflows.
What issue does this PR close?
N/A
How are these changes tested?
cargo xtask checkAre there any user-facing changes?
Yes, the new CLI by itself.