Jay DeLuca
|
712e0a7acc
|
Remove todo assignment (#12884)
|
2024-12-12 12:39:33 -08:00 |
Radoslav Kirilov
|
53e95770c0
|
fix: LambdaUtils forceFlush flushes Logs also (#12341)
|
2024-09-27 08:43:04 +03:00 |
Serkan ÖZAL
|
e2cfe371f0
|
Use `aws-lambda-java-serialization` library, which is available by default, while deserializing input and serializing output (#11868)
|
2024-08-12 11:45:47 -07:00 |
John Bley
|
6b65447300
|
Propagate otel context through custom aws client context for lambda direct calls (#11675)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
|
2024-07-09 20:29:04 -07:00 |
Lauri Tulmin
|
3a9972b16f
|
Remove incubating semconv dependency from library instrumentation (#11324)
|
2024-05-15 11:44:21 -07:00 |
SylvainJuge
|
955470a63a
|
Semconv 1.25.0 migration (#10983)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-04-09 11:25:52 -07:00 |
Tyler Benson
|
d7e909879a
|
Remove AWS Active Tracing span linking (#10930)
|
2024-04-01 16:28:24 -07:00 |
renovate[bot]
|
f60af5d162
|
fix(deps): update jackson packages to v2.17.0 (main) (minor) (#10828)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
|
2024-03-13 12:51:35 +02:00 |
Trask Stalnaker
|
3b77cc4b2d
|
Semconv 1.21 (#9408)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
|
2023-09-13 19:20:23 +00:00 |
jdoherty
|
6c3436557f
|
read tracing info from system properties (#8368)
|
2023-05-19 08:45:59 +03:00 |
Lauri Tulmin
|
0f258c669a
|
Use hasAttributesSatisfyingExactly instead of hasAttributesSatisfying (#8336)
|
2023-04-24 11:57:45 +02:00 |
OpenTelemetry Bot
|
22df5866b0
|
Update the OpenTelemetry SDK version to 1.25.0 (#8262)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
|
2023-04-10 18:12:57 -07:00 |
Tyler Benson
|
083acddb02
|
Move X-Ray Env Variable propagation to span link instead of parent (#7970)
https://github.com/open-telemetry/opentelemetry-specification/pull/3166
Per discussion in the FAAS SIG, we decided that the AWS X-Ray
environment variable should be moved to a span link to avoid interfering
with the configured propagators.
Also related to #5167.
|
2023-03-16 10:10:09 +02:00 |
jack-berg
|
94ba33e395
|
Use contrib AwsXrayPropagator (#7234)
Reflects move of `AwsXrayPropagator` to
[opentelemetry-java-contrib/aws-xray-propagator](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/aws-xray-propagator).
|
2022-11-21 11:31:17 -08:00 |
Trask Stalnaker
|
61ed2d14db
|
Update SDK version (#7223)
Resolves #7221
Resolves #7222
|
2022-11-18 18:13:39 +00:00 |
Trask Stalnaker
|
429ecfc713
|
Update error prone (#6646)
(note that change from BDDMockito is due to
https://github.com/google/error-prone/issues/3396)
|
2022-09-23 11:24:40 -07:00 |
Trask Stalnaker
|
60d0763af4
|
Remove a method from instrumenter api (#6570)
|
2022-09-09 12:21:30 -07:00 |
Trask Stalnaker
|
68a9f20eb3
|
Enable PrivateConstructorForUtilityClass errorprone check (#6427)
* PrivateConstructorForUtilityClass
* Advice
* More advice
* More
* More advice
* More
* Spotless
* Fix
* Fix
* Fix
* A better solution
* Revert
* More
* Fix
* Spotless
* Fix
|
2022-08-10 11:30:22 +03:00 |
Mateusz Rzeszutek
|
82b39b1012
|
Rename `newInstrumenter()` into `buildInstrumenter()` (#6363)
* Rename newInstrumenter() into buildInstrumenter()
* spotless
|
2022-07-25 12:02:46 -07:00 |
Mateusz Rzeszutek
|
50f91e6dee
|
Deprecate AttributesExtractor#set() method (#5749)
* Deprecate AttributesExtractor#set() method
* code review comments
|
2022-04-05 20:20:02 -07:00 |
Mateusz Rzeszutek
|
56f65e4fab
|
Convert all logging statements from slf4j to jul - part 1 (#5628)
* Convert all logging statements from slf4j to jul - part 1
* fix tests
* use placeholders
* fixed all comments, added static imports for Level
|
2022-03-22 10:35:27 -07:00 |
Anuraag Agrawal
|
f236b2d4c9
|
Split lambda instrumentation into core and events (#5326)
* Split out lambda core instrumentation
* More
* Remove request wrapper from core
* Split events
* Dedupe
* More
* More renames
* Finish
* Clean
* README
* Rename more
* Finish
* Fix README
* Fix README
* Fix
* Comments
|
2022-02-10 17:27:22 -08:00 |