Marcin Grzejszczak
|
8d87ea7fd3
|
Merge branch 'optimize-reactor-hooks' of https://github.com/robotmrv/spring-cloud-sleuth into robotmrv-optimize-reactor-hooks
|
2021-02-19 10:59:17 +01:00 |
|
Marcin Grzejszczak
|
abf943e64f
|
Updating flux status code depending on the exception thrown; fixes gh-1852
|
2021-02-19 10:53:09 +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
|
fd707d5d67
|
Bumping versions
|
2021-02-19 05:30:04 +00: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 |
|
Andrew Flower
|
a9c7521843
|
Add closing backtick for false keyword (#1844)
|
2021-02-09 14:48:28 -08:00 |
|
Olga Maciaszek-Sharma
|
3646b786a7
|
Merge remote-tracking branch 'origin/2.2.x'
# Conflicts:
# .github/workflows/maven.yml
# spring-cloud-sleuth-instrumentation/src/main/java/org/springframework/cloud/sleuth/instrument/web/client/feign/TraceFeignBlockingLoadBalancerClient.java
# spring-cloud-sleuth-instrumentation/src/main/java/org/springframework/cloud/sleuth/instrument/web/client/feign/TraceRetryableFeignBlockingLoadBalancerClient.java
|
2021-02-08 15:58:06 +01: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
|
ae716c745e
|
Merge branch '2.2.x'
# Conflicts:
# spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/client/feign/TracingFeignObjectWrapperTests.java
# spring-cloud-sleuth-instrumentation/src/main/java/org/springframework/cloud/sleuth/instrument/web/client/feign/TraceFeignObjectWrapper.java
|
2021-01-29 21:05:29 -08:00 |
|
Jonatan Ivanov
|
dbf57a2870
|
Fixing infinite wrapping of LazyTracingFeignClient, see: gh-1824 (#1837)
|
2021-01-29 20:52:00 -08:00 |
|
buildmaster
|
6b0ceb7ede
|
Bumping versions
|
2021-01-28 05:30:33 +00:00 |
|
buildmaster
|
2dc9556cc3
|
Bumping versions to 3.0.2-SNAPSHOT after release
|
2021-01-27 21:15:42 +00:00 |
|
buildmaster
|
5394ecb9ec
|
Going back to snapshots
|
2021-01-27 21:15:41 +00:00 |
|
buildmaster
|
49f5528e69
|
Update SNAPSHOT to 3.0.1
|
2021-01-27 21:12:10 +00:00 |
|
Roman Matiushchenko
|
f49cd5e9b0
|
remove redundant check
|
2021-01-27 23:03:15 +02:00 |
|
Roman Matiushchenko
|
615f70c03a
|
handle double wrapping
|
2021-01-24 20:50:14 +02:00 |
|
Roman Matiushchenko
|
e5329a9bb2
|
optimize reactor on_each instrumentation
|
2021-01-23 22:36:44 +02:00 |
|
Ryan Baxter
|
f53eca9641
|
Use org security policy
|
2021-01-21 13:58:17 -05:00 |
|
Jonatan Ivanov
|
6b006802e2
|
Fixing the mockmvc-controller binding for RestTemplate JMH tests (#1829)
|
2021-01-20 19:31:54 -08:00 |
|
Jonatan Ivanov
|
ff14416cea
|
Fixing the mockmvc-controller binding for the JMH tests (#1828)
|
2021-01-20 17:22:53 -08:00 |
|
Jonatan Ivanov
|
8445181099
|
JMH app start fix (#1827)
* Splitting async with and without sleuth tests to make future troubleshooting easier
* Making Tracer optional
|
2021-01-20 17:07:37 -08:00 |
|
Mathias Geat
|
cdf8b3ea7e
|
Remove spanExportable from sample log file entry in docs (#1826)
|
2021-01-19 12:23:23 -08:00 |
|
buildmaster
|
9f72580e92
|
Bumping versions
|
2021-01-15 05:30:27 +00:00 |
|
Marcin Grzejszczak
|
82766eeaef
|
Updated jmh
|
2021-01-13 11:03:10 +01:00 |
|
Arvind Kumar GS
|
4a1ea3b78b
|
Fix documentation on number of supported tracers (#1820)
fixes #1819
|
2021-01-13 10:39:43 +01:00 |
|
Marcin Grzejszczak
|
9f630e1675
|
Handles null response with Feign; fixes gh-1823
|
2021-01-13 10:38:33 +01:00 |
|
Marcin Grzejszczak
|
e2b9056b4f
|
Fixed benchmarks
|
2021-01-13 10:13:50 +01:00 |
|
buildmaster
|
6e339604f4
|
Bumping versions
|
2021-01-12 05:30:13 +00:00 |
|
Marcin Grzejszczak
|
f983826496
|
Setting default feign builder only when circuit breaker is missing or disabled; fixes gh-1816
|
2021-01-11 12:03:28 +01:00 |
|
kubav182
|
1cf3337cae
|
Accept properties prefix spring.sleuth.messaging instead of spring.sleuth.messaging.messaging. Fixes gh-1813 (#1821)
|
2021-01-11 10:45:17 +01:00 |
|
Csaba Kos
|
40a00214b5
|
Set remote IP and port for servlet HTTP server traces. (#1817)
* Set remote IP and port for servlet HTTP server traces.
* Add null check and use broader ServletRequest type instead of HttpServletRequest.
|
2021-01-08 10:38:04 -08:00 |
|
Kacper Fronc
|
733041bc0a
|
Fix typo in index (#1812)
|
2020-12-28 00:25:39 -08:00 |
|
buildmaster
|
ca2e15fc76
|
Bumping versions
|
2020-12-22 18:28:05 +00:00 |
|
buildmaster
|
ea66740e2e
|
Bumping versions
|
2020-12-22 05:29:47 +00:00 |
|
buildmaster
|
7ed5683386
|
Bumping versions to 3.0.1-SNAPSHOT after release
|
2020-12-21 20:12:10 +00:00 |
|
buildmaster
|
749c1cc9e2
|
Going back to snapshots
|
2020-12-21 20:12:10 +00:00 |
|
buildmaster
|
dbe4853e36
|
Update SNAPSHOT to 3.0.0
|
2020-12-21 20:07:38 +00:00 |
|
buildmaster
|
02c00bb682
|
Bumping versions
|
2020-12-18 05:29:57 +00:00 |
|
Jonatan Ivanov
|
d6f54ab4c1
|
Fixes gh-1809, if traceIdHigh is zero, brave returns a 16 digits long traceId instead of a 32 digits long one (#1810)
|
2020-12-17 08:26:17 +01:00 |
|
Marcin Grzejszczak
|
78c543f5f1
|
Fixed broken compilation
|
2020-12-16 16:19:49 +01:00 |
|
Marcin Grzejszczak
|
3cbb3343b4
|
Fixed failing compilation
|
2020-12-16 09:17:39 +01:00 |
|
Jonatan Ivanov
|
d7c924e6a0
|
Fixes part of gh-1794 by fixing tests in TraceBaggageEntryConfigurationTests by eliminating nested tuples (#1805)
|
2020-12-14 08:47:39 +01:00 |
|
buildmaster
|
be35aaec21
|
Going back to snapshots
|
2020-12-11 22:29:42 +00:00 |
|
buildmaster
|
5630b3fa61
|
Update SNAPSHOT to 3.0.0-RC1
|
2020-12-11 22:27:43 +00:00 |
|
Marcin Grzejszczak
|
d271bb6fcd
|
Merge branch '2.2.x'
|
2020-12-11 12:14:33 +01: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
|
4c3d12e639
|
Removed OTel (#1802)
|
2020-12-10 22:19:57 +01:00 |
|