Commit Graph

402 Commits

Author SHA1 Message Date
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
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
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
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
maciejtoporowicz
25606b2896 Add getters for delegates (#2273)
Fixes gh-2261
2023-03-14 17:16:29 +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
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
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
Oleh Dokuka
6a3612ce94 improves traceQueue cleaning logic (#2241) 2023-01-03 23:38:37 +01:00
Marcin Grzejszczak
e953f2fa48 Polish 2022-12-13 19:04:22 +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
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
buildmaster
3bd7433273 Bumping versions 2022-11-04 16:05:20 +00:00
buildmaster
888b7368bf Bumping versions 2022-11-03 16:05:15 +00:00
buildmaster
a2e6cd9576 Bumping versions to 3.1.6-SNAPSHOT after release 2022-11-03 15:41:03 +00:00
buildmaster
8775a92085 Going back to snapshots 2022-11-03 15:41:02 +00:00
buildmaster
6362f8239d Update SNAPSHOT to 3.1.5 2022-11-03 15:35:37 +00:00
buildmaster
8a9e365687 Going back to snapshots 2022-09-06 20:50:06 +00:00
buildmaster
3df9a3f614 Update SNAPSHOT to 3.1.4 2022-09-06 20:44:37 +00:00
buildmaster
2d72833e7d Bumping versions to 3.1.5-SNAPSHOT after release 2022-09-03 00:15:16 +00:00
buildmaster
de8a33ae5c Going back to snapshots 2022-09-03 00:15:16 +00:00
buildmaster
716149a54f Update SNAPSHOT to 3.1.4 2022-09-03 00:09:37 +00:00
Marcin Grzejszczak
c04b5a3864 Merge branch '3.0.x' into 3.1.x 2022-05-31 17:19:40 +02:00
Marcin Grzejszczak
fe7d4f775f Ensures that executors are removed from cache on shutdown; fixes gh-2171 2022-05-31 17:19:29 +02:00
spencergibb
5d53f5e746 Bumps to next snapshot version 2022-05-27 14:10:35 -04:00
buildmaster
ce3b1eab88 Update SNAPSHOT to 3.1.3 2022-05-26 21:02:45 +00:00
Marcin Grzejszczak
fc8212bd2a Makes TraceValve continue a trace when span is set as an attribute
without this change when TraceValve gets called multiple times for the same request, we will create a new trace each time a new dispatch takes place
with this change we're checking whether there's already a Span attribute set. If that's the case we will continue the trace instead of creating a new one

fixes gh-2075
2022-05-24 14:31:20 +02:00
Marcin Grzejszczak
07f02de6be Bumped version to 3.1.3-SNAPSHOT 2022-05-24 14:02:58 +02:00
Marcin Grzejszczak
085e47c629 Fixed webclient sender not working properly; fixes gh-2126 2022-05-23 18:16:33 +02:00
Jonatan Ivanov
f8e666d817 Improve SpringSecurityTests
Sometimes TestSpanHandler does not return the spans in time so these tests could skip the verification steps and not fail even if they should.
These changes ensure that the tests will fail in these cases.
2022-05-19 20:22:56 -07:00
buildmaster
e25d169350 Bumping versions 2022-04-27 16:14:00 +00:00
buildmaster
b89301d899 Bumping versions to 3.1.3-SNAPSHOT after release 2022-04-27 11:28:21 +00:00
buildmaster
295bdbc016 Going back to snapshots 2022-04-27 11:28:21 +00:00
buildmaster
1c4ea08be3 Update SNAPSHOT to 3.1.2 2022-04-27 11:21:39 +00:00
Olga Maciaszek-Sharma
397069e9fa Revert "Update SNAPSHOT to 3.1.2"
This reverts commit b842f122e7.
2022-04-27 11:22:30 +02:00
Olga Maciaszek-Sharma
8eade3c80c Revert "Going back to snapshots"
This reverts commit d04b118284.
2022-04-27 11:22:27 +02:00