opentelemetry-java-contrib/aws-xray
Felix Scheinost dd4d335117
Fix #376: `AwsXrayRemoteSampler` doesn’t poll for update (#377)
In the default configuration `pollingIntervalNanos = 3 * 10^11` so `pollingIntervalMillis / 100 > Integer.MAX_VALUE`.

Switch to storing the jitter in a `long` as well.
2022-07-06 11:27:09 +09:00
..
src Fix #376: `AwsXrayRemoteSampler` doesn’t poll for update (#377) 2022-07-06 11:27:09 +09:00
README.md Sync github actions, including release workflow (#274) 2022-03-29 10:21:24 -07:00
build.gradle.kts Migrate from test-sets to test suites. (#214) 2022-01-21 14:42:46 +09:00
gradle.properties Bring in publish-conventions from other repos. (#59) 2021-08-02 13:23:43 +09:00

README.md

AWS X-Ray Support

This module contains a custom IdGenerator and Sampler for use with AWS X-Ray.

Component owners

Learn more about component owners in component_owners.yml.