Commit Graph

3051 Commits

Author SHA1 Message Date
Marcin Grzejszczak
e55ff59974 Polish 2021-05-05 08:51:34 +02:00
Marcin Grzejszczak
674c323d17 WIP 2021-05-05 08:41:38 +02:00
Marcin Grzejszczak
efe08e68b4 Updated docs 2021-04-30 14:33:54 +02:00
Marcin Grzejszczak
fffe64c1d3 Polish 2021-04-30 14:26:48 +02:00
Marcin Grzejszczak
fc0a719d12 Added batch instrumentation
fixes gh-1904
2021-04-30 14:12:16 +02:00
Marcin Grzejszczak
302e718fff Make RSocket tests configurable for OTel 2021-04-29 17:09:53 +02:00
Marcin Grzejszczak
a35929b06d Use equality instead of contains 2021-04-29 17:05:42 +02:00
Marcin Grzejszczak
fe0579f9cd Use string instead of brave class 2021-04-29 17:04:23 +02:00
Marcin Grzejszczak
b0e73c42d4 Merge remote-tracking branch 'origin/wavefront' into wavefront 2021-04-29 14:54:56 +02:00
Marcin Grzejszczak
11a5709d09 Bump to 3.1.x 2021-04-29 14:53:36 +02:00
Marcin Grzejszczak
a6bf9a328a Fixed the messaging aspect 2021-04-29 14:08:49 +02:00
Marcin Grzejszczak
3a4a82057c Merge remote-tracking branch 'origin' into 3.1.x 2021-04-29 13:35:21 +02:00
Marcin Grzejszczak
216d681b04 Adds RSocket instrumentation
coauthor @olegdokuka

fixes gh-1677
2021-04-29 13:32:58 +02:00
Marcin Grzejszczak
ba8da46e20 Update TraceAppDeployer.java 2021-04-26 22:58:28 +02:00
Marcin Grzejszczak
085f29e7bf Master to main 2021-04-26 19:07:34 +02:00
Marcin Grzejszczak
793c1b6752 Polished the docs 2021-04-26 15:29:18 +02:00
Marcin Grzejszczak
0f23f9d52f Spring Cloud Deployer feature (#1925)
* Spring Cloud Deployer; fixes gh-1905

* Polish
2021-04-26 15:19:51 +02:00
Flaviu Mureșan
c4ab9dcd49 Kafka instrumentation (#1920)
fixes gh-1906
2021-04-22 16:27:34 +02:00
Marcin Grzejszczak
1bcccbae6e Added missing method for AOP wrapping (#1924)
fixes gh-1922
2021-04-22 11:27:08 +02:00
Marcin Grzejszczak
92d0a30a95 Added Spring Cloud Config server support; fixes 1915 (#1917) 2021-04-21 14:20:25 +02:00
Marcin Grzejszczak
2fca60a112 Added spring-cloud-task support
fixes gh-1903
2021-04-21 10:11:28 +02:00
Marcin Grzejszczak
6e8f86ed35 Adds support for SC CircuitBreaker Reactive (#1914)
* Adds support for SC CircuitBreaker Reactive

* Changes following the review

* Lazilly initializes the TraceFunction

* Updated version

fixes gh-1910
2021-04-20 12:03:36 +02:00
Marcin Grzejszczak
ce123cb9a0 Merge branch 'master' into 3.1.x 2021-04-20 09:26:35 +02:00
Marcin Grzejszczak
10c67d64e5 Removed test commons version 2021-04-20 09:26:26 +02:00
Marcin Grzejszczak
f2bf396eba Fixes gh actions 2021-04-20 09:13:39 +02:00
Marcin Grzejszczak
1207be7f4d Trying to fix github actions 2021-04-20 09:08:20 +02:00
Marcin Grzejszczak
911fb4838a 3.1.0 initial commit 2021-04-20 08:53:38 +02:00
Marcin Grzejszczak
9bd6c2e29b Ensures that for decorate_hooks we add onLast instrumentation; fixes gh-1900 2021-04-16 12:20:49 +02:00
Marcin Grzejszczak
4ede1ae5b0 Update bug_report.md 2021-04-16 10:36:22 +02:00
Marcin Grzejszczak
39617c6cf6 Updated the project to work with jdk16 (#1902)
* Updated the project to work with jdk16

* Updates build for jdk8

* Added tests
2021-04-14 15:25:13 +02:00
Marcin Grzejszczak
8d86e19807 Added remoteServiceName to Span interface; fixes gh-1901 2021-04-13 08:57:45 +02:00
buildmaster
a2e5c2c1c5 Bumping versions 2021-04-10 05:30:18 +00:00
Marcin Grzejszczak
88c7b664ca Polish 2021-04-09 14:53:14 +02:00
Oleg Zhurakousky
ebe684007e Add binding mapping logic to TraceFunctionAroundWrapper
Removed unnecessary 'if debug' checks
2021-04-09 13:46:32 +02:00
buildmaster
5ebed5305d Bumping versions 2021-04-09 05:30:08 +00:00
Marcin Grzejszczak
3709ed80e7 Fixed missing options for benchmarks 2021-04-06 11:44:25 +02:00
Marcin Grzejszczak
00b4771a74 Fixed the build for boot 2.5 2021-04-06 11:35:54 +02:00
Marcin Grzejszczak
dc71088ff0 Improve the reactor netty instrumentation; fixes gh-1899 2021-04-02 09:32:19 +02:00
Marcin Grzejszczak
8321b23658 Fixes benchmarks 2021-04-01 12:24:38 +02:00
Marcin Grzejszczak
017caaf9b2 WebClient reuses current trace context if present; fixes gh-1891 2021-04-01 09:18:19 +02:00
Marcin Grzejszczak
5ab1c13f0c Assuming 500 status code when an exception was thrown (#1889)
* Assuming 500 status code when an exception was thrown in the controller; fixes gh-1880

* Ensures that the response is committed
2021-03-30 13:22:35 +02:00
Marcin Grzejszczak
28d8802f4a Merge branch '2.2.x' 2021-03-29 15:00:54 +02:00
Marcin Grzejszczak
dad3d80408 Allows overriding of the default logging pattern
fixes gh-1863
2021-03-29 14:12:04 +02:00
spencergibb
3fc6c43c05 Adds stream versions in specific locations 2021-03-26 14:18:26 -04:00
spencergibb
3b3bdfd31e Moves stream/fn to 3.1.3-SNAPSHOT and removes management of reactive mongo driver in favor of boot. 2021-03-26 13:07:27 -04:00
Jonatan Ivanov
7ef8f3886a Call out simple and Java for the sample in bug_report.md 2021-03-22 11:39:31 -07:00
buildmaster
1ff755d564 Bumping versions 2021-03-19 05:30:02 +00:00
Ryan Baxter
40c3ff9abc Aligning Sleuth docs with rest of the projects 2021-03-18 19:30:40 -04:00
Marcin Grzejszczak
fcd85362dd Reuses configuration from the given propagation type; fixes gh-1846 2021-03-18 17:25:47 +01:00
Marcin Grzejszczak
7ad006b440 Added support for netty-http-brave; fixes gh-1690 2021-03-18 13:35:47 +01:00