Commit Graph

37 Commits

Author SHA1 Message Date
OpenTelemetry Bot 9eb3f78326
Update the SDK and instrumentation versions to 1.19.0 (#519)
Update the SDK and instrumentation versions to `1.19.0`.

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-10-13 19:06:33 -07:00
Trask Stalnaker 425128399e
Update errorprone (#490) 2022-09-29 16:42:29 -07:00
Trask Stalnaker 809c8cbaac
Fix dependency (#411) 2022-08-03 21:47:37 -07:00
Trask Stalnaker 9cd3016401
Updates to component owners (#413) 2022-08-03 21:47:24 -07:00
Trask Stalnaker 106e54bc1e
Update errorprone (#412)
* Update errorprone

* Sync

* Spotless

* More
2022-08-03 21:47:06 -07:00
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
Trask Stalnaker e345310597
Sync github actions, including release workflow (#274)
* Sync github actions, other than release actions

* Add release workflow

* Remove nebula

* fix

* Add missing workflow

* Fix link

* more

* Updates

* Sentence case

* more
2022-03-29 10:21:24 -07:00
Trask Stalnaker 36eae59bce
Use relative links (#273) 2022-03-25 14:11:19 +09:00
Trask Stalnaker d138db132c
Add misspell check (#265)
* Add misspell check

* Fix

* Fix
2022-03-17 11:22:07 -07:00
Anuraag Agrawal bdd590dd70
Update to Otel 1.11 and other dependencies (#228)
* Update to OTel 1.11

* Update more
2022-02-10 15:20:24 +09:00
Anuraag Agrawal 685b189304
Migrate from test-sets to test suites. (#214) 2022-01-21 14:42:46 +09:00
Trask Stalnaker 383582cfa6
Add more component owners (#172)
* Add more component owners

* Fix the build
2022-01-07 14:18:25 -08:00
Anuraag Agrawal d6beb881c2
Update errorprone (#171) 2022-01-07 17:08:13 +09:00
Anuraag Agrawal 6ed9ba70d1
Fail build on warnings (#170)
* Fail build on warnings

* Update dependencyManagement/build.gradle.kts

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-01-07 16:15:27 +09:00
Trask Stalnaker 6608e448bc
Add maven extension component owners to README (#167)
* Add maven extension component owners to README

* Update xray readme also
2022-01-04 20:09:12 -08:00
Anuraag Agrawal 42818333e2
Switch to javax.annotation.Nullable (#159)
* Switch to javax.annotation.Nullable

* Spotless
2022-01-03 11:40:50 -08:00
Anuraag Agrawal 85c6cf0429
Fix errorprone warnings (#158) 2021-12-23 15:23:02 +09:00
Anuraag Agrawal 7b888a1ce6
Enable errorprone (#150)
* Enable errorprone

* git add
2021-12-16 21:56:10 +09:00
Anuraag Agrawal 7ca901a5cb
Update dependencies (#142)
* Update dependencies

* Apply spotless
2021-12-02 08:38:33 -08:00
Anuraag Agrawal 42f5f33549
X-Ray Sampler: Match rule's HTTP path against http.url attribute if target not present. (#141) 2021-11-26 11:38:48 +09:00
Anuraag Agrawal ec06b651ab
Remove usage of deprecated resource autoconfiguration (#139) 2021-11-25 10:47:38 +09:00
Anuraag Agrawal 4775be2410
Use service.name resource attribute instead of span name for service name matcher. (#138) 2021-11-25 09:33:51 +09:00
Anuraag Agrawal 335c7730b3
Use OkHttp for xray sampling requests. (#135) 2021-11-24 08:10:41 +09:00
Anuraag Agrawal a1158f2917
Update spotless (#107)
* Update spotless

* Reformat
2021-10-05 13:34:58 +09:00
Trask Stalnaker b5d88e223c
Update spotless config and add .editorconfig (#100)
* Update spotless config and add .editorconfig

* spotlessApply
2021-09-27 17:16:23 +09:00
Anuraag Agrawal 53e8a363af
Update to OTel 1.6 (#80)
* Update to OTel 1.6

* Sort
2021-09-13 17:35:21 +09:00
Anuraag Agrawal efc9952336
Update to OTel 1.5 (#73) 2021-09-06 11:46:13 +09:00
Anuraag Agrawal 8d5794a91f
First try rate limited sampler for initialSampler of XRay remote sampler. (#68) 2021-08-24 09:30:01 +09:00
Anuraag Agrawal 9b9514e122
Allow configuring endpoint with environment variable. (#67) 2021-08-09 16:05:34 +09:00
Anuraag Agrawal e1050fae60
Add xray configurable sampler (#64)
* Add xray configurable sampler

* Check name
2021-08-05 09:05:04 +09:00
Anuraag Agrawal 86a0f8b580
Bring in publish-conventions from other repos. (#59)
* Bring in publish-conventions from other repos.

* Remove RELEASE.md for now
2021-08-02 13:23:43 +09:00
Anuraag Agrawal ed31fbaac9
Don't use static client ID to allow multiple xray samplers in same process, usually for testing. (#57) 2021-07-28 11:24:12 +09:00
Anuraag Agrawal 84bef289f1
Add manually run test code to exercise AWS X-Ray remote sampler end-to-end. (#56) 2021-07-27 07:52:03 +09:00
Anuraag Agrawal f2afb66760
Fetch and update rules with sampling targets. (#53)
* Fetch and update rules with sampling targets.
2021-07-20 13:14:55 +09:00
Anuraag Agrawal 439cdce902
Update to OTel 1.4.1 (#55) 2021-07-16 17:02:35 +09:00
Anuraag Agrawal b5c909f3b0
Change initial sampler to 5% random to match x-ray docs and add jitter to polling. (#50) 2021-07-07 17:03:42 +09:00
Anuraag Agrawal 8944db8459
Move in x-ray extensions from java repo (#46)
* Copy in aws-xray extension from -java core.

* Typo

* README
2021-07-06 13:54:55 +09:00