feat(manager): optimizing tracing configuration#4102
Merged
Conversation
f31b826 to
771dfd9
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4102 +/- ##
==========================================
- Coverage 33.20% 33.18% -0.03%
==========================================
Files 346 346
Lines 40589 40656 +67
==========================================
+ Hits 13476 13490 +14
- Misses 26222 26273 +51
- Partials 891 893 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Signed-off-by: Gaius <gaius.qi@gmail.com>
CormickKneey
approved these changes
May 29, 2025
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.
Description
This pull request updates the
dfcachedocumentation to reflect changes in the tool's behavior and formatting. The most notable updates include removing deprecated flags, improving formatting consistency, and updating the documentation generator version.Documentation Updates:
.1files, resulting in minor formatting changes [1] [2] [3] [4] [5] [6] [7] [8].\[lq]and\[rq]) with their corresponding characters (e.g.,\(lqand\(rq) for better readability [1] [2] [3].Flag Updates:
--jaegerflag from all commands, which previously allowed specifying a Jaeger endpoint URL [1] [2] [3] [4] [5] [6] [7] [8].--service-nameflag, which defined the tracer's service name, and the--pprof-portflag's default value formatting was updated for consistency [1] [2] [3] [4] [5] [6] [7] [8].Markdown Documentation:
.1files with their corresponding.mdfiles for consistency in flag descriptions and formatting [1] [2] [3].Related Issue
Motivation and Context
Screenshots (if appropriate)
Types of changes
Checklist