dependabot[bot]
cf4dcc3b23
Bump org.apache.tomcat:tomcat-jdbc from 10.0.6 to 10.0.27 ( #2310 )
...
Bumps org.apache.tomcat:tomcat-jdbc from 10.0.6 to 10.0.27.
---
updated-dependencies:
- dependency-name: org.apache.tomcat:tomcat-jdbc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 13:22:01 +02:00
Marcin Grzejszczak
59cb9cd99d
Updated dependabot
2023-09-25 12:40:07 +02:00
dependabot[bot]
970cfdd04c
Bump docker/setup-qemu-action from 2 to 3 ( #2306 )
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 17:00:08 +02:00
dependabot[bot]
addcc5b4b9
Bump actions/checkout from 2 to 4 ( #2305 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 15:01:46 +02:00
Marcin Grzejszczak
516e4a3143
Adds docs about async troubleshooting
...
fixes gh-2100
2023-08-22 12:20:28 +02:00
buildmaster
56bae0bb08
Bumping versions
2023-07-01 16:00:01 +00:00
buildmaster
b76d6f210a
Bumping versions
2023-06-30 16:01:07 +00:00
buildmaster
a678aef240
Bumping versions
2023-06-30 14:43:18 +00:00
buildmaster
d1b6b87fbd
Bumping versions to 3.1.10-SNAPSHOT after release
2023-06-29 11:54:06 +00:00
buildmaster
7f0cae3ef1
Going back to snapshots
2023-06-29 11:54:06 +00:00
buildmaster
83ee585177
Update SNAPSHOT to 3.1.9
2023-06-29 11:48:32 +00:00
buildmaster
1c6057dc0b
Bumping versions
2023-06-03 16:00:05 +00:00
Marcin Grzejszczak
b594ad5b6f
Add support for Reactor Netty Brave additional logging ( #2295 )
...
* Add support for Reactor Netty Brave additional logging
with this change a new feature (opt-in via a property) has been added to add more observability on the Reactor Netty side.
WARNING: Turning this on can lead to a significant drop in performance. Use with caution
---------
Co-authored-by: Jonatan Ivanov <jonatan.ivanov@gmail.com >
2023-06-02 10:49:21 -07:00
Jongho Jeon
44f8775181
docs: Remove outdated HandlerInterceptor section ( #2288 )
...
TraceHandlerInterceptor doesn't exist.
Fixes gh-2287
2023-05-16 11:49:16 +02:00
Artyom Krikheli
a5eaa0ad6f
fix 2284 issue: ScopeDecorator use CorrelationScopeDecorator.Builder from Spring Context instead of using new operator ( #2285 )
...
Co-authored-by: Artem Krikheli <a.m.krikheli@tinkoff.ru >
2023-05-09 15:33:43 +02:00
buildmaster
fc5f26a11f
Bumping versions
2023-04-28 15:59:58 +00:00
buildmaster
54e89eb546
Bumping versions
2023-04-27 15:59:35 +00:00
buildmaster
691f24a714
Bumping versions to 3.1.9-SNAPSHOT after release
2023-04-27 15:41:45 +00:00
buildmaster
d98b64121a
Going back to snapshots
2023-04-27 15:41:45 +00:00
buildmaster
100a36d6bc
Update SNAPSHOT to 3.1.8
2023-04-27 15:35:43 +00:00
Marcin Grzejszczak
45bdd9a51a
Makes ScopePassingSpanSubscriber aware of pending spans
...
without this change e.g. Reactor Netty spans are not treated as current in the reactor flow
with this change once Reactor Netty instrumentation creates a pending span it will be treated as a parent one in the reactor flow
fixes gh-2282
2023-04-24 15:47:14 +02:00
Marcin Grzejszczak
3d198306ea
Properly clears the scopes ( #2280 )
...
without this fix when calling `maybeScope(null)` or `withSpan(null)` or `newScope(null)` we ended up with creating a null scope that would allocate additional resources and not clear things.
with this fix we're clearing all the scopes and removing thread locals
2023-04-14 13:35:35 +02:00
buildmaster
d05059a106
Bumping versions
2023-03-15 15:59:37 +00:00
Oleh Dokuka
18dc5a4141
ensures span is restored back after onComplete is propagated to the downstream ( #2275 )
2023-03-14 20:47:28 +01:00
buildmaster
7032440fed
Bumping versions
2023-03-14 19:20:26 +00:00
maciejtoporowicz
25606b2896
Add getters for delegates ( #2273 )
...
Fixes gh-2261
2023-03-14 17:16:29 +01:00
maciej-gromul
068099a4db
Adding back for backwards compatibility deprecated TracingKafkaConsum… ( #2272 )
2023-03-10 08:57:28 +01:00
maciej-gromul
537503d6e0
New instrumentation for reactive kafka clients ( #2268 )
...
* New instrumentation for reactive kafka clients
* Fix javadocs for auto configuration
* Javadocs and copyright doc changes
2023-03-09 15:01:40 +01:00
Marcin Grzejszczak
5cedfb4cb3
Fixes usage of ReflectionUtils that can't access method; fixes gh-2267
2023-03-08 19:13:20 +01:00
buildmaster
5cd21ca511
Bumping versions to 3.1.8-SNAPSHOT after release
2023-02-24 01:02:08 +00:00
buildmaster
0aff36ec0c
Going back to snapshots
2023-02-24 01:02:07 +00:00
buildmaster
3b5b4ef32c
Update SNAPSHOT to 3.1.7
2023-02-24 00:56:14 +00:00
Marcin Grzejszczak
07ff40a5aa
Thermoweb bugfix/2246 handle invocation target exception ( #2264 )
...
* Fixes gh-2246 : handle InvocationTargetException properly
* Polished the solution + added tests
---------
Co-authored-by: romain.chauveau <romain.chauveau@praxedo.com >
2023-02-17 14:42:52 +01:00
Oleh Dokuka
a01ab50490
fixes memory leak when default rsocket tracing propagation is enabled ( #2262 )
...
* fixes memory leak when default rsocket tracing propagation is enabled
Signed-off-by: OlegDokuka <odokuka@vmware.com >
* fixes styles
Signed-off-by: OlegDokuka <odokuka@vmware.com >
---------
Signed-off-by: OlegDokuka <odokuka@vmware.com >
2023-02-16 13:25:15 +01:00
buildmaster
f4dc2cefee
Bumping versions
2023-01-19 16:00:10 +00:00
buildmaster
80103786a6
Bumping versions to 3.1.7-SNAPSHOT after release
2023-01-18 16:49:25 +00:00
buildmaster
caa51ad1bb
Going back to snapshots
2023-01-18 16:49:24 +00:00
buildmaster
9dc586cbb2
Update SNAPSHOT to 3.1.6
2023-01-18 16:43:14 +00:00
Marcin Grzejszczak
8302481d89
Added big info about Sleuth not working with Boot 3; fixes gh-2245
2023-01-11 18:48:50 +01:00
Marcin Grzejszczak
5a8a9ff765
Fixed invalid autoconfig reference; fixes gh-2230
2023-01-11 18:38:13 +01:00
Oleh Dokuka
6a3612ce94
improves traceQueue cleaning logic ( #2241 )
2023-01-03 23:38:37 +01:00
Marcin Grzejszczak
29eddf19b1
Chaning the DefaultSpanNamer logic back to original one
...
this has caused issues in async spans and runnables where the toString didn't come from Object but was a default from classes such as e.g. FutureTask
related issue #2234
2022-12-16 17:17:23 +01:00
Marcin Grzejszczak
6d55869656
Clearing thread locals whenever an RSocket request arrives
2022-12-13 19:04:45 +01:00
Marcin Grzejszczak
e953f2fa48
Polish
2022-12-13 19:04:22 +01:00
Marcin Grzejszczak
dcfd714ee6
Fixed DefaultSpanNamer not picking the value from annotation
2022-12-13 19:04:10 +01:00
Marcin Grzejszczak
799b6598dc
Updated Kotlin version
2022-12-13 19:03:39 +01:00
Marcin Grzejszczak
a57f0501fb
Moving away from deprecated code
2022-12-01 11:53:40 +01:00
buildmaster
12d0220d25
Bumping versions
2022-11-30 16:04:10 +00:00
Paul Bakker
0c481bfabb
Improved DefaultSpanNamer to more efficiently check if the delegate has a default toString. ( #2234 )
...
Co-authored-by: pbakker <pbakker@netflix.com >
2022-11-29 15:34:54 +01:00
Oleh Dokuka
a6e1dcbfcd
ensures Tracing ThreadLocal are cleaned ( #2236 )
...
* ensures Tracing ThreadLocal are cleaned
Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com >
* adds test
Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com >
Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com >
2022-11-29 15:22:46 +01:00