Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sampling overrides for http.target when url.query is present #3588

Merged
merged 5 commits into from
Mar 12, 2024

Conversation

heyams
Copy link
Contributor

@heyams heyams commented Mar 11, 2024

smoke test is depended on #3581

Telemetry telemetry = testing.getTelemetry(0);

assertThat(telemetry.rd.getName()).isEqualTo("GET /SamplingOverrides/*");
assertThat(telemetry.rd.getUrl()).endsWith("http://localhost/SamplingOverrides/test?query");
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this assert is depended on #3581 fix.

@heyams heyams changed the title Fix http.target with url.query Fix sampling overrides for http.target when url.query is present Mar 11, 2024
@heyams heyams enabled auto-merge (squash) March 11, 2024 23:35
@heyams heyams merged commit 0cfea61 into main Mar 12, 2024
86 checks passed
@heyams heyams deleted the heya/fix-lazyhttptarget branch March 12, 2024 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants