1613 Commits

Author SHA1 Message Date
buildmaster
4c2eb7fb72 Bumping versions to 2.2.9.BUILD-SNAPSHOT after release 2021-04-21 17:43:36 +00:00
buildmaster
119115edc1 Going back to snapshots 2021-04-21 17:43:36 +00:00
buildmaster
4928e4b30c Update SNAPSHOT to 2.2.8.RELEASE 2021-04-21 17:40:48 +00:00
Marcin Grzejszczak
0242859cc6 Fixed the decorate queues reactor option; fixes gh-1735 2021-04-19 16:59:21 +02:00
Marcin Grzejszczak
bd47e12614 Assuming 500 status code when an exception was thrown in the controller; fixes gh-1880 2021-03-30 14:06:48 +02:00
Marcin Grzejszczak
dad3d80408 Allows overriding of the default logging pattern
fixes gh-1863
2021-03-29 14:12:04 +02:00
Marcin Grzejszczak
2e902a7fec Makes the new queueInstrumentation opt-in 2021-02-26 13:53:52 +01:00
Marcin Grzejszczak
4b123747b3 Making tests less brittle 2021-02-26 10:20:53 +01:00
Marcin Grzejszczak
081171b699 Should clear scope after flux test 2021-02-26 10:13:38 +01:00
Marcin Grzejszczak
1c6c1ce666 Fixed checkstyle 2021-02-26 10:00:22 +01:00
Marcin Grzejszczak
79d2969930 Added debug info 2021-02-26 09:58:16 +01:00
Marcin Grzejszczak
36bc95976d Changed the name from decorateHooks to decorateQueues 2021-02-25 15:22:00 +01:00
Marcin Grzejszczak
de33b91739 Upgraded copyrights 2021-02-25 12:43:46 +01:00
Marcin Grzejszczak
a937765c9f New reactor queue wrapping (#1858)
fixes gh-1843
2021-02-25 12:43:00 +01:00
Marcin Grzejszczak
b9419438eb Updating flux status code depending on the exception thrown; fixes gh-1852 2021-02-19 10:46:44 +01:00
buildmaster
5e7e780ea2 Bumping versions to 2.2.8.BUILD-SNAPSHOT after release 2021-02-11 14:38:10 +00:00
buildmaster
c685e63705 Going back to snapshots 2021-02-11 14:38:09 +00:00
buildmaster
86a619b922 Update SNAPSHOT to 2.2.7.RELEASE 2021-02-11 14:35:58 +00:00
Olga Maciaszek-Sharma
b3c038b427 Remove ClientException check for TraceFeignBlockingLoadBalancerClient and TraceRetryableFeignBlockingLoadBalancerClient (#1842)
* Remove ClientException check for TraceFeignBlockingLoadBalancerClient and TraceRetryableFeignBlockingLoadBalancerClient. Fixes gh-1838.

* Trigger Build
2021-02-08 15:40:14 +01:00
Jonatan Ivanov
dbf57a2870 Fixing infinite wrapping of LazyTracingFeignClient, see: gh-1824 (#1837) 2021-01-29 20:52:00 -08:00
Marcin Grzejszczak
0f458b03ee Making Redis tracing lazy; fixes gh-1756 2020-12-10 11:41:48 +01:00
Marcin Grzejszczak
b3051a136a Passing a copy of headers - otherwise ConcurrentModificationException may happen
fixes gh-1184
2020-12-09 14:57:00 +01:00
Marcin Grzejszczak
68497e0c51 Guarding context retreval; fixes gh-1789 2020-12-04 11:46:14 +01:00
Marcin Grzejszczak
5ad9108de9 Added missing javadocs 2020-12-03 17:18:37 +01:00
Marcin Grzejszczak
3f0cb2ffaa Adds MessageSpanCustomizer to customize message spans
fixes gh-1772
2020-12-03 14:02:55 +01:00
Marcin Grzejszczak
f50fb221a7 Added broker information basing on the binders in spring cloud stream
fixes gh-1711
2020-12-01 19:54:17 +01:00
Marcin Grzejszczak
f40cbf85a0 Not doing assertions for ReactorSleuth; fixes gh-1712 2020-12-01 16:05:48 +01:00
Marcin Grzejszczak
55440c641e Ensures that all Lazy components are resolving any beans when context is running
fixes gh-1750
2020-12-01 15:13:58 +01:00
Marcin Grzejszczak
cb03ca0f86 Ensures that all executor service based tracing is done when context is ready; fixes gh-1128 2020-12-01 14:26:23 +01:00
Marcin Grzejszczak
c82a9be5d5 Added conditional on class for web auto configuration; fixes gh-1790 2020-12-01 13:44:12 +01:00
Marcin Grzejszczak
382f4a0da7 Will reuse the mutable accessor if present; fixes gh-1742 2020-11-25 15:24:14 +01:00
buildmaster
d2ea5f1b75 Bumping versions to 2.2.7.BUILD-SNAPSHOT after release 2020-11-09 11:03:34 +00:00
buildmaster
a2ff64e797 Going back to snapshots 2020-11-09 11:03:34 +00:00
buildmaster
97b99bf9e3 Update SNAPSHOT to 2.2.6.RELEASE 2020-11-09 11:01:22 +00:00
Olga Maciaszek-Sharma
eaa6acd59c Add more tests. 2020-10-28 14:10:22 +01:00
Olga Maciaszek-Sharma
4b5263c595 Add instrumentation for RetryableFeignBlockingLoadBalancerClient. (#1759) 2020-10-26 14:32:57 +01:00
buildmaster
cf3a082477 Bumping versions to 2.2.6.BUILD-SNAPSHOT after release 2020-08-28 20:23:45 +00:00
buildmaster
8b1d17fb26 Going back to snapshots 2020-08-28 20:23:44 +00:00
buildmaster
53a15b5b52 Update SNAPSHOT to 2.2.5.RELEASE 2020-08-28 20:21:13 +00:00
Julio Gómez Díaz
36d2c3cc2c Broaden the catched exception when the calculation of patterns could provoke a cyclic reference. Fixes gh-1679 (#1722) 2020-08-28 20:21:15 +02:00
Marcin Grzejszczak
aea67cb0bb Improved checks on final methods and cglib proxy creation; fixes gh-1569 2020-08-06 17:13:45 +02:00
Marcin Grzejszczak
f31df6b3e2 Resolves the remote ip when behind proxy; fixes gh-1683 2020-08-05 18:28:19 +02:00
buildmaster
bb8d203f4c Bumping versions to 2.2.5.BUILD-SNAPSHOT after release 2020-07-31 21:27:20 +00:00
buildmaster
8fe9812944 Going back to snapshots 2020-07-31 21:27:20 +00:00
buildmaster
db7427984e Update SNAPSHOT to 2.2.4.RELEASE 2020-07-31 21:25:19 +00:00
Marcin Grzejszczak
5fa8409114 Reuses messaging properties for remote service name for brokers; fixes gh-1691 2020-07-29 15:53:55 +02:00
Marcin Grzejszczak
97574373a9 Resolves placeholders for skip pattern; fixes gh-1689 2020-07-16 11:04:17 +02:00
Adrian Cole
39671a76a3 Permits Actuator endpoints to depend on HttpTracing (#1680)
* Permits Actuator endpoints to depend on HttpTracing

It is unusual to inject HttpTracing into an actuator endpoint vs an end-user api
such as `Tracer` or `SpanCustomizer`. However, we decided to allow this and so
need a test to prove this continues to work.

Fixes #1679
2020-07-08 08:56:31 +02:00
Ivo Smid
18c27d9a43 Optional/Null parameter used within @SpanTag 2020-06-30 14:26:54 +02:00
Roberto Tassi
791f729f49 Adds tracing on every factory methods in KafkaListenerContainerFactory (#1665) 2020-06-29 15:13:52 +02:00