-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update weblog sampling_test use sampling rules instead of deprecated …
…envvar (#3984)
- Loading branch information
Showing
2 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -277,7 +277,7 @@ def test_library_settings(self, library_env, test_agent, test_library): | |
@missing_feature(context.library == "php", reason="Not implemented") | ||
@missing_feature(context.library == "cpp", reason="Not implemented") | ||
@missing_feature( | ||
context.library < "[email protected]", reason="OTEL Sampling config is mapped to a different datadog config" | ||
context.library <= "python@3.1.0", reason="OTEL Sampling config is mapped to a different datadog config" | ||
) | ||
@pytest.mark.parametrize( | ||
"library_env", | ||
|
@@ -370,7 +370,7 @@ def test_telemetry_otel_env_hiding(self, library_env, test_agent, test_library): | |
@missing_feature(context.library == "php", reason="Not implemented") | ||
@missing_feature(context.library == "cpp", reason="Not implemented") | ||
@missing_feature( | ||
context.library < "[email protected]", reason="OTEL Sampling config is mapped to a different datadog config" | ||
context.library <= "python@3.1.0", reason="OTEL Sampling config is mapped to a different datadog config" | ||
) | ||
@missing_feature( | ||
context.library == "nodejs", reason="does not collect otel_env.invalid metrics for otel_resource_attributes" | ||
|
This file contains 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