Closed mhlidd closed 2 weeks ago
Baseline | Candidate | |
---|---|---|
baseline_or_candidate | baseline | candidate |
git_branch | master | mhlidd/client_tag_query |
git_commit_date | 1730205460 | 1730216816 |
git_commit_sha | 9d6a07b28b | 4f35efe453 |
release_version | 1.42.0-SNAPSHOT~9d6a07b28b | 1.42.0-SNAPSHOT~4f35efe453 |
Found 0 performance improvements and 0 performance regressions! Performance is the same for 53 metrics, 10 unstable metrics.
Baseline | Candidate | |
---|---|---|
baseline_or_candidate | baseline | candidate |
end_time | 2024-10-29T15:57:12 | 2024-10-29T16:04:11 |
git_branch | master | mhlidd/client_tag_query |
git_commit_date | 1730205460 | 1730216816 |
git_commit_sha | 9d6a07b28b | 4f35efe453 |
release_version | 1.42.0-SNAPSHOT~9d6a07b28b | 1.42.0-SNAPSHOT~4f35efe453 |
start_time | 2024-10-29T15:56:59 | 2024-10-29T16:03:58 |
Found 0 performance improvements and 0 performance regressions! Performance is the same for 13 metrics, 15 unstable metrics.
Baseline | Candidate | |
---|---|---|
baseline_or_candidate | baseline | candidate |
git_branch | master | mhlidd/client_tag_query |
git_commit_date | 1730205460 | 1730216816 |
git_commit_sha | 9d6a07b28b | 4f35efe453 |
release_version | 1.42.0-SNAPSHOT~9d6a07b28b | 1.42.0-SNAPSHOT~4f35efe453 |
Found 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 0 unstable metrics.
Is the PR ready for review? I can see a bunch of leftovers 🤔
If not, thank for using draft as mentioned in contribution guidelines 🙏
Accidentally marked as ready earlier. Code has been cleaned up and is ready for review! 🙇 @PerfectSlayer
What Does This Do
Changes the default value of the
HTTP_CLIENT_TAG_QUERY_STRING
to have the value oftrue
instead offalse
to be consistent with other language defaults. Additionally, we add support to handle theTRACE_HTTP_CLIENT_TAG_QUERY_STRING
tag as well as the originalHTTP_CLIENT_TAG_QUERY_STRING
in efforts to be more consistent with the tags from other languages as well.Motivation
Our goal is to make the implementation of configuration variables consistent for all languages as part of the config consistency effort listed in the following RFC.
Additional Notes
In Release Notes: Mention the change of the default value of the
HTTP_CLIENT_TAG_QUERY_STRING
totrue
and state that the tag can be manually set to falseContributor Checklist
type:
and (comp:
orinst:
) labels in addition to any usefull labelsclose
,fix
or any linking keywords when referencing an issue.Use
solves
instead, and assign the PR milestone to the issueJira ticket: [PROJ-IDENT]