Commit Graph

187 Commits

Author SHA1 Message Date
buildmaster
c41bdadef4 Bumping versions to 3.1.2-SNAPSHOT after release 2022-02-17 17:29:32 +00:00
buildmaster
264399d125 Going back to snapshots 2022-02-17 17:29:31 +00:00
buildmaster
8daecd9f5b Update SNAPSHOT to 3.1.1 2022-02-17 17:22:46 +00:00
Jonatan Ivanov
dd680254bd SleuthSpanContextSupplier should take sampling decision into consideration
fixes gh-2116
2022-02-16 11:04:29 -08:00
Marcin Grzejszczak
66c63a53ff Fixes invalid ThreadLocalSpan stacking and tracing context leaks; fixes gh-2064; fixes gh-2108 2022-02-02 14:42:52 +01:00
Marcin Grzejszczak
eefd3b98af Polish 2022-02-02 13:40:19 +01:00
Marcin Grzejszczak
57c076c28c Closes the scope for transaction managers; fixes gh-2082 2022-02-02 13:15:03 +01:00
Marcin Grzejszczak
2b9b76e5dc Ensures that sampler proxy gets eagerly resolved; fixes gh-2107 2022-02-02 09:57:50 +01:00
Jonatan Ivanov
576b8bc963 auto-formatting 2022-01-21 12:58:02 -08:00
Marcin Grzejszczak
e4ff2dd051 Polish 2022-01-17 11:17:22 +01:00
Marcin Grzejszczak
49e5372b7c Added support for Flux->Mono, Mono->Flux; fixes gh-2077 2022-01-17 11:14:40 +01:00
Marcin Grzejszczak
d82379b119 Added NPE guard for null async executor; fixes gh-2094 2022-01-03 14:27:14 +01:00
Marcin Grzejszczak
abdf5754c2 Added support for message containers; fixes gh-2093 2022-01-03 13:58:37 +01:00
mschielmann
421c5e6476 #2083 improvements (#2091)
* #2083 improvements

* removed known span names to keep backward compatibility
2022-01-03 12:05:44 +01:00
mschielmann
4a29094ccb fixing issue #2083 (#2086) 2021-12-28 22:51:23 +01:00
Tim Ysewyn
195d853714 Moved return statement out of log.isDebugEnabled() condition 2021-12-15 11:00:46 +01:00
Marcin Grzejszczak
c05a5d8175 Made TraceValve lazilly access beans. Fixes gh-2074 2021-12-14 20:00:42 +01:00
Marcin Grzejszczak
938a30af7e Fixed type checking for Publisher<Non-Message>; fixes gh-2079 2021-12-14 13:50:50 +01:00
Marcin Grzejszczak
beabeffe76 Polish 2021-12-13 11:41:39 +01:00
Marcin Grzejszczak
cc1523505a Not allowing NPEs for DataSource name resolution; fixes gh-2076 2021-12-13 11:37:58 +01:00
Marcin Grzejszczak
e056db7cf3 Going with manual instrumentation of transaction managers; fixes gh-2067 2021-12-06 17:03:05 +01:00
Marcin Grzejszczak
9bcf6d43dc Added aspect for PlatformTransactionManager types; fixes gh-2067 2021-12-04 09:46:15 +01:00
Marcin Grzejszczak
cda8a932cd Ensures that the primitive types are also supported for Stream; fixes gh-2068 2021-12-03 12:15:40 +01:00
Marcin Grzejszczak
76c954077e Removed unnecessary logging; fixes gh-2069 2021-12-03 11:57:48 +01:00
buildmaster
3c1090a504 Bumping versions to 3.1.1-SNAPSHOT after release 2021-12-01 19:36:53 +00:00
buildmaster
d83dee52f1 Going back to snapshots 2021-12-01 19:36:52 +00:00
buildmaster
00193fc91b Update SNAPSHOT to 3.1.0 2021-12-01 19:20:18 +00:00
buildmaster
e4a29f8a16 Bumping versions 2021-11-29 17:34:38 +00:00
Marcin Grzejszczak
6ddc4c62ad Simplified the code 2021-11-29 10:07:25 +01:00
Marcin Grzejszczak
65fb46bc1b Only call exchange filter function methods when context is ready; fixes gh-2062 2021-11-29 09:54:22 +01:00
Marcin Grzejszczak
f385740bfb Added a wrapper for KafkaPlatformTransactionManager; fixes gh-2063 2021-11-26 11:51:52 +01:00
Marcin Grzejszczak
a08f94cb21 Made the Redis configuration more generic 2021-11-22 15:41:33 +01:00
Marcin Grzejszczak
1ca5e1aea2 Merge branch 'gh-2045' of https://github.com/ThomasVitale/spring-cloud-sleuth into ThomasVitale-gh-2045 2021-11-22 14:44:29 +01:00
buildmaster
5d07c3627f Bumping versions 2021-11-04 17:34:14 +00:00
Arthur Gavlyukovskiy
f70cee7341 Refactored TraceListenerStrategy to better track current scope in case multiple connections are used (#2053)
* Refactored TraceListenerStrategy to better track current scope in case multiple connections are used

Refactored remoteServiceName resolution logic to be easier to follow
Fixed TraceQueryExecutionListener#getConnection that leaks connection by acquiring (and not closing) additional connection from a DataSource

* Fixed checkstyle issues
2021-11-04 09:02:25 +01:00
buildmaster
8562948697 Going back to snapshots 2021-11-03 14:17:57 +00:00
buildmaster
5abcba02b6 Update SNAPSHOT to 3.1.0-RC1 2021-11-03 14:13:32 +00:00
buildmaster
aafde81e8d Going back to snapshots 2021-11-03 12:05:22 +00:00
buildmaster
960045f3d8 Update SNAPSHOT to 3.1.0-RC1 2021-11-03 12:01:05 +00:00
Marcin Grzejszczak
8620d399f4 Added opt in for SocketAddress Mongo spans; fixes gh-2050 2021-11-03 11:41:00 +01:00
Jonatan Ivanov
3c3fca3b61 Use new LoadBalancerClientsProperties class 2021-10-28 13:18:43 -07:00
Marcin Grzejszczak
11686c4131 Updated the formatting 2021-10-26 16:25:06 +02:00
Marcin Grzejszczak
eb01d5952b Reactive mongo (#2044)
Added support for the new Reactive and Synchronous Context Providers in Mongo
2021-10-26 16:13:57 +02:00
Marcin Grzejszczak
90417f1f07 Stream reactive (#2038)
Added native support for Reactive Spring Cloud Stream.
2021-10-26 16:01:12 +02:00
Thomas Vitale
3b2a644403 Use Sleuth API for Redis instrumentation
Extracted Brave-specific Redis instrumentation to use
the Sleuth API, and registered the implementation in
Brave autoconfiguration.

Fixes gh-2045
2021-10-23 09:50:30 +02:00
buildmaster
11ef7e028a Going back to snapshots 2021-10-20 03:03:18 +00:00
buildmaster
17e68ba7c6 Update SNAPSHOT to 3.1.0-M3 2021-10-20 02:59:04 +00:00
Jonatan Ivanov
ef9dac6d2c Prometheus Exemplars Support
fixes gh-2039
2021-10-18 17:30:30 -07:00
Marcin Grzejszczak
df2bf03cb3 Fixed compilation issues 2021-10-13 16:16:03 +02:00
buildmaster
3855298689 Going back to snapshots 2021-10-01 19:38:52 +00:00