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

[PHP] Extended sampling support #1914

Merged
merged 2 commits into from
Dec 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions manifests/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tests/:
Test_BodyJson: missing_feature
Test_BodyXml: missing_feature
Test_ClientIP: missing_feature
Test_Headers: v0.68.3 # probably sooner, but was flaky
Test_Headers: v0.68.3 # probably sooner, but was flaky
Test_Method: missing_feature
Test_UrlRaw: v0.68.3 # probably sooner, but was flaky
test_rules.py:
Expand Down Expand Up @@ -76,9 +76,9 @@ tests/:
test_span_links.py: missing_feature
test_trace_sampling.py:
Test_Trace_Sampling_Basic: v0.68.3 # TODO what is the earliest version?
Test_Trace_Sampling_Globs: missing_feature
Test_Trace_Sampling_Resource: missing_feature
Test_Trace_Sampling_Tags: missing_feature
Test_Trace_Sampling_Globs: v0.96.0
Test_Trace_Sampling_Resource: v0.96.0
Test_Trace_Sampling_Tags: v0.96.0
test_tracer.py:
Test_TracerSCITagging: missing_feature
test_tracer_flare.py:
Expand Down
Loading