opentelemetry-python-contrib/sdk-extension/opentelemetry-sdk-extension.../tests/trace/sampler
Jonathan Lee 032d6c67be
AWS X-Ray Remote Sampler Part 1 - Initial Classes and Rules Poller Implementation (#3366)
* remote sampling - initial classes and rules poller

* run generate-workflows and ruff

* add component owner for aws sampler, run lint

* move sampler into aws sdk-extensions

* move sampler tests to trace dir, update otel api/sdk deps, update changelog

* move mock_clock into tests dir

* update component owners for sdk-extension-aws

* ruff and lint

* address comments

* make sampler implementation internal until completion, update tests to not make http requests

* remove use of Optional, restore README of the package

* remove unused clock and client_id

* Update component_owners.yml

* Update CHANGELOG.md

---------

Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
2025-08-25 14:57:48 +02:00
..
data AWS X-Ray Remote Sampler Part 1 - Initial Classes and Rules Poller Implementation (#3366) 2025-08-25 14:57:48 +02:00
__init__.py AWS X-Ray Remote Sampler Part 1 - Initial Classes and Rules Poller Implementation (#3366) 2025-08-25 14:57:48 +02:00
_mock_clock.py AWS X-Ray Remote Sampler Part 1 - Initial Classes and Rules Poller Implementation (#3366) 2025-08-25 14:57:48 +02:00
test_aws_xray_remote_sampler.py AWS X-Ray Remote Sampler Part 1 - Initial Classes and Rules Poller Implementation (#3366) 2025-08-25 14:57:48 +02:00
test_aws_xray_sampling_client.py AWS X-Ray Remote Sampler Part 1 - Initial Classes and Rules Poller Implementation (#3366) 2025-08-25 14:57:48 +02:00
test_clock.py AWS X-Ray Remote Sampler Part 1 - Initial Classes and Rules Poller Implementation (#3366) 2025-08-25 14:57:48 +02:00
test_sampling_rule.py AWS X-Ray Remote Sampler Part 1 - Initial Classes and Rules Poller Implementation (#3366) 2025-08-25 14:57:48 +02:00
test_sampling_rule_applier.py AWS X-Ray Remote Sampler Part 1 - Initial Classes and Rules Poller Implementation (#3366) 2025-08-25 14:57:48 +02:00
test_sampling_statistics_document.py AWS X-Ray Remote Sampler Part 1 - Initial Classes and Rules Poller Implementation (#3366) 2025-08-25 14:57:48 +02:00
test_sampling_target.py AWS X-Ray Remote Sampler Part 1 - Initial Classes and Rules Poller Implementation (#3366) 2025-08-25 14:57:48 +02:00