Trask Stalnaker
16222fe189
Inline incubating semconv attributes ( #1604 )
2024-12-19 07:22:32 -08:00
Trask Stalnaker
5b0e7691ea
Update semconv dependency version ( #1585 )
2024-12-12 08:48:13 -08:00
renovate[bot]
f71173841f
fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha to v2.10.0-alpha ( #1539 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2024-11-18 11:59:09 -08:00
Jonathan Lee
7bb0a73107
Ensure all XRay Sampler functionality is under ParentBased logic ( #1488 )
2024-10-07 09:48:51 -07:00
Alex Boten
c8a9e2cb6c
fix: update references to logging exporter ( #1465 )
...
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2024-09-20 10:54:40 -07:00
Bruno Baptista
ca609c8999
Fix native mode error cause by static init of random ( #862 )
2024-09-16 17:26:53 +00:00
renovate[bot]
f035f7e290
Update errorProneVersion to v2.24.1 ( #1083 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2024-01-05 07:59:38 -08:00
Trask Stalnaker
8b223f8abe
Revert "Move to io.opentelemetry.semconv:opentelemetry-semconv ( #1050 )" ( #1070 )
2023-10-13 09:41:37 -07:00
Dennis Kieselhorst
1d14305fb0
Move to io.opentelemetry.semconv:opentelemetry-semconv ( #1050 )
2023-09-26 11:50:54 -07:00
Trask Stalnaker
811d8d7e1c
Update otel version ( #1041 )
2023-09-17 11:11:49 -07:00
renovate[bot]
d50127bd1a
Update errorProneVersion to v2.21.0 ( #989 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2023-08-03 10:36:42 -07:00
dependabot[bot]
ffb2afe358
Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 1.27.0-alpha to 1.28.0-alpha ( #952 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2023-07-14 11:55:47 -07:00
scaugrated
d9aaf2d587
generate error/fault metrics by aws sdk status code ( #924 )
2023-07-03 14:17:02 -07:00
Min Xia
047bd89f39
Enhance AWS APM metrics mapping implementation ( #906 )
2023-06-16 09:22:08 -07:00
dependabot[bot]
763ddea48a
Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 1.26.0-alpha to 1.27.0-alpha ( #922 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2023-06-15 13:41:14 +00:00
Thomas Pierce
fbf8304688
Add new components to allow for generating metrics from 100% of spans without impacting sampling ( #802 )
2023-05-15 16:05:50 -07:00
Thomas Pierce
e24705d688
Add AttributePropagatingSpanProcessor component to AWS X-Ray ( #856 )
...
Co-authored-by: Mengyi Zhou <zmengyi@amazon.com>
2023-05-09 13:31:06 -07:00
William Armiros
ad2f76aa5a
[chore] update AWS component owners ( #820 )
2023-04-28 09:28:21 +02:00
dependabot[bot]
670769fc6b
Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 1.24.0-alpha to 1.25.0-alpha ( #823 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2023-04-20 22:40:19 +00:00
Thomas Pierce
e1a86db303
Breakout ResourceHolder from AwsXrayRemoteSamplerProvider ( #801 )
...
**Description:**
ResourceHolder provides generic utility for other components in the
awsxray package, and could be more broadly used. In this commit, we are
breaking out the ResourceHolder inner class to it's own class, and
exposing the functionality of getResource, so that other classes can
rely on it.
Specifically, we are working on new components to meet the needs of
https://github.com/open-telemetry/opentelemetry-java-contrib/issues/789 ,
which will require the use of this ResourceHolder. Opening up
ResourceHolder seems to us to be the best path forward.
**Existing Issue(s):**
Tangentially related:
https://github.com/open-telemetry/opentelemetry-java-contrib/issues/789
**Testing:**
* Added unit tests, validated they all pass
* `./gradlew clean assemble` succeeds
**Documentation:**
Unclear if any documentation is required here, can help contribute this
as needed. ResourceHolder is a new independent component that can be
used to retrieve the Resource from autoconfiguration.
**Outstanding items:**
None
2023-04-03 16:43:03 -07:00
jack-berg
6453d874e9
Jfr streaming version ( #721 )
...
Resolves #707 . Builds on #716 .
Turns out this wasn't a good first issue because there was some gradle
buildSrc work needed to add a file with the version that the source code
could read. Lifted the source for this from
[opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java/blob/main/buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts#L144-L165 ).
---------
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2023-02-02 08:27:25 -06:00
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