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
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
11a5709d09
Bump to 3.1.x
2021-04-29 14:53:36 +02:00
Marcin Grzejszczak
216d681b04
Adds RSocket instrumentation
...
coauthor @olegdokuka
fixes gh-1677
2021-04-29 13:32:58 +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
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
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
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
Marcin Grzejszczak
00b4771a74
Fixed the build for boot 2.5
2021-04-06 11:35:54 +02:00
Marcin Grzejszczak
28d8802f4a
Merge branch '2.2.x'
2021-03-29 15:00:54 +02:00
spencergibb
3fc6c43c05
Adds stream versions in specific locations
2021-03-26 14:18:26 -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
buildmaster
d2c29938b8
Bumping versions to 3.0.3-SNAPSHOT after release
2021-03-17 22:12:44 +00:00
buildmaster
dfc5674cea
Going back to snapshots
2021-03-17 22:12:44 +00:00
buildmaster
551094af4a
Update SNAPSHOT to 3.0.2
2021-03-17 22:09:09 +00:00
Marcin Grzejszczak
4ba698c040
Updated the feign builder tracing logic
...
without this change a default Feign.Builder doesn't have its feign.Client instrumented
with this change we're using reflection to instrument that Client
fixes gh-1870
2021-03-16 15:53:44 +01:00
Marcin Grzejszczak
93b59a6d75
Don't allow double Gateway instrumentation ( #1882 )
...
* Don't allow double Gateway instrumentation
with this change we're doing both HeaderFilter based Gateway instrumentation and the Netty Client one.
with this change we're conditionally enabling the HeaderFilter instrumentation only when there is no Netty Client one present on the classpath.
fixes gh-1840
2021-03-16 14:42:44 +01:00
Marcin Grzejszczak
2348cf17cc
Disable double tracing filter regsitration
...
without this change we're registering the TracingFilter twice. Once, since it's a bean and second time via the FilterRegistrationBean.
with this change we're not registering the TracingFilter as a bean. It's been final so nobody could actually extend it so we're not breaking the compatibility.
fixes gh-1839
2021-03-16 12:58:46 +01:00
Marcin Grzejszczak
e8c0c5eaba
SkipPatternConfiguration will reuse management.server.base-path property ( #1883 )
...
fixes gh-1880
2021-03-16 11:59:05 +01:00
Marcin Grzejszczak
7fa4538dfc
Polish
2021-03-16 11:58:46 +01:00
buildmaster
8b4ef12c6e
Bumping versions
2021-03-09 05:30:28 +00:00
Chintan Radia
f9079cb6a2
1864 do not configure trace for async mongodb ( #1869 )
...
* Do not autoconfigure Branve Mongo DB trace for async mongo db
* Fix checkstyle violations
* Add Junit to test BraveMongoDBAutoConfig for async mongo db driver
* Minor fixes
* Use JUnit 5
2021-03-08 19:51:01 -08:00
Marcin Grzejszczak
cb9d45d3fe
Merge branch '2.2.x'
2021-02-26 14:17:34 +01:00
Marcin Grzejszczak
ba31f58d2a
Polish
2021-02-26 10:30:12 +01:00
Marcin Grzejszczak
899410a2b0
Updated copyrights
2021-02-25 15:24:10 +01:00
Marcin Grzejszczak
05d5678eba
New reactor queue wrapping ( #1858 )
...
fixes gh-1843
2021-02-25 15:22:57 +01:00
Marcin Grzejszczak
827e079f12
Delete Issue866Configuration.java
2021-02-25 14:14:09 +01:00
Marcin Grzejszczak
f6f41bd41d
WIP
2021-02-19 12:37:02 +01:00
Marcin Grzejszczak
a99ac0fced
Polish
2021-02-19 12:37:02 +01:00
Marcin Grzejszczak
41af6169e9
Applied suggestions
2021-02-19 12:37:02 +01:00
Marcin Grzejszczak
2e2a87e367
Update spring-cloud-sleuth-autoconfigure/src/test/java/org/springframework/cloud/sleuth/autoconfig/wavefront/WavefrontTracingIntegrationTests.java
...
Co-authored-by: Jonatan Ivanov <jonatan.ivanov@gmail.com >
2021-02-19 12:37:02 +01:00
Marcin Grzejszczak
08eca91625
Update spring-cloud-sleuth-autoconfigure/src/test/java/org/springframework/cloud/sleuth/autoconfig/wavefront/WavefrontAutoConfigurationTests.java
...
Co-authored-by: Jonatan Ivanov <jonatan.ivanov@gmail.com >
2021-02-19 12:37:02 +01:00
Marcin Grzejszczak
389cb2488b
Update spring-cloud-sleuth-autoconfigure/src/main/java/org/springframework/cloud/sleuth/autoconfig/wavefront/WavefrontSleuthSpanHandler.java
...
Co-authored-by: Jonatan Ivanov <jonatan.ivanov@gmail.com >
2021-02-19 12:37:02 +01:00
Marcin Grzejszczak
a6fa758391
Update spring-cloud-sleuth-autoconfigure/src/main/java/org/springframework/cloud/sleuth/autoconfig/wavefront/WavefrontSleuthSpanHandler.java
...
Co-authored-by: Jonatan Ivanov <jonatan.ivanov@gmail.com >
2021-02-19 12:37:02 +01:00
Marcin Grzejszczak
8ffcb70065
Removed the reference to spring boot wavefront bom
2021-02-19 12:37:02 +01:00
Marcin Grzejszczak
d7b5b5aafe
WIP
2021-02-19 12:37:02 +01:00
Marcin Grzejszczak
a1c136b69f
WIP
2021-02-19 12:37:02 +01:00
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
buildmaster
2dc9556cc3
Bumping versions to 3.0.2-SNAPSHOT after release
2021-01-27 21:15:42 +00:00