Commit Graph

2628 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
buildmaster
adef1b7d10 Bumping versions 2021-04-20 21:55: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
Maziz
10ff66372e Implement mechanism to apply custom api path (#1859)
* Implement mechanism to apply custom api path to the sleuth server baseUrl.
This comes in handy when another monitoring tool is being used, for instance new relic, which doesn't not require path in its tracing api.

* Fix up documentation on the ZipkinProperties

* Update the main documentation for api path

* Add missing comma
2021-02-27 10:16:46 +01: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
Marcin Grzejszczak
f2d2109f8c Added github action for PRs 2021-02-08 13:11:26 +01:00
Jonatan Ivanov
dbf57a2870 Fixing infinite wrapping of LazyTracingFeignClient, see: gh-1824 (#1837) 2021-01-29 20:52:00 -08:00
Marcin Grzejszczak
d0d462a8bf Added docs explaining how to work with @Async and new spans
fixes gh-1738
2020-12-11 12:13:04 +01: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
maxxedev
4b62b519d1 Add doc example for setting extra baggage field to MDC in current context. (#1777) 2020-11-18 08:38:30 +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
Marcin Grzejszczak
93e6ab195b Bumped Brave 2020-10-26 12:33:09 +01:00
Adrian Cole
65eafad90e Updates to lates Brave (#1736)
Notably, this fixes a missing localEndpoint.ip field
2020-09-12 10:29:52 +02: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
Francisco Mateo
4830ef383e Include WebClient.Builder in HTTP Client Integration docs (#1718) 2020-08-18 18:40:45 +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