Commit Graph

763 Commits

Author SHA1 Message Date
buildmaster
b89301d899 Bumping versions to 3.1.3-SNAPSHOT after release 2022-04-27 11:28:21 +00:00
buildmaster
295bdbc016 Going back to snapshots 2022-04-27 11:28:21 +00:00
buildmaster
1c4ea08be3 Update SNAPSHOT to 3.1.2 2022-04-27 11:21:39 +00:00
Olga Maciaszek-Sharma
397069e9fa Revert "Update SNAPSHOT to 3.1.2"
This reverts commit b842f122e7.
2022-04-27 11:22:30 +02:00
Olga Maciaszek-Sharma
8eade3c80c Revert "Going back to snapshots"
This reverts commit d04b118284.
2022-04-27 11:22:27 +02:00
Olga Maciaszek-Sharma
b3a1000c01 Revert "Bumping versions to 3.1.3-SNAPSHOT after release"
This reverts commit c0f58153cc.
2022-04-27 11:22:24 +02:00
buildmaster
c0f58153cc Bumping versions to 3.1.3-SNAPSHOT after release 2022-04-26 16:35:56 +00:00
buildmaster
d04b118284 Going back to snapshots 2022-04-26 16:35:55 +00:00
buildmaster
b842f122e7 Update SNAPSHOT to 3.1.2 2022-04-26 16:29:20 +00:00
Marcin Grzejszczak
c12aba24ac Fixed link to Sleuth samples; fixes gh-2148 2022-04-19 10:33:34 +02:00
Marcin Grzejszczak
77d3be53bd Documents the access logs for Reactor Netty; fixes gh-2132 2022-04-14 15:04:28 +02:00
Marcin Grzejszczak
23a9102f2a Not wrapping AbstractPlatformTransactionManager implementations; fixes gh-2114 2022-04-13 12:09:23 +02:00
Jonatan Ivanov
3323115ec0 Prometheus exemplars autoconfig (#2143)
* Autoconfigure Prometheus Exemplars support

* Tests for autoconfiguration for prometheus exemplars

* Add docs

* Update PrometheusExemplarsAutoConfiguration.java

Co-authored-by: Marcin Grzejszczak <mgrzejszczak@vmware.com>
2022-04-12 18:11:48 +02:00
buildmaster
c41bdadef4 Bumping versions to 3.1.2-SNAPSHOT after release 2022-02-17 17:29:32 +00:00
buildmaster
264399d125 Going back to snapshots 2022-02-17 17:29:31 +00:00
buildmaster
8daecd9f5b Update SNAPSHOT to 3.1.1 2022-02-17 17:22:46 +00:00
Marcin Grzejszczak
074b55dadd Added a sender that works in a reactive environment; fixes gh-2106 2022-02-02 12:41:48 +01:00
buildmaster
c795675cf9 Bumping versions 2022-01-03 17:34:11 +00:00
Marcin Grzejszczak
d2126be347 Disables jdbc parameter logging by default. You need to opt in. Fixes gh-2073 2021-12-07 14:10:25 +01:00
Marcin Grzejszczak
d2ce22835a Added missing doc entries; fixes gh-2071 2021-12-06 14:19:00 +01:00
buildmaster
3c1090a504 Bumping versions to 3.1.1-SNAPSHOT after release 2021-12-01 19:36:53 +00:00
buildmaster
d83dee52f1 Going back to snapshots 2021-12-01 19:36:52 +00:00
buildmaster
00193fc91b Update SNAPSHOT to 3.1.0 2021-12-01 19:20:18 +00:00
Marcin Grzejszczak
a08f94cb21 Made the Redis configuration more generic 2021-11-22 15:41:33 +01:00
Jonatan Ivanov
79323a4e83 Merge branch '3.0.x' 2021-11-17 11:45:16 -08:00
Jonatan Ivanov
720e4373d1 fix typo in docs 2021-11-17 11:45:04 -08:00
buildmaster
8562948697 Going back to snapshots 2021-11-03 14:17:57 +00:00
buildmaster
5abcba02b6 Update SNAPSHOT to 3.1.0-RC1 2021-11-03 14:13:32 +00:00
buildmaster
aafde81e8d Going back to snapshots 2021-11-03 12:05:22 +00:00
buildmaster
960045f3d8 Update SNAPSHOT to 3.1.0-RC1 2021-11-03 12:01:05 +00:00
Marcin Grzejszczak
8620d399f4 Added opt in for SocketAddress Mongo spans; fixes gh-2050 2021-11-03 11:41:00 +01:00
buildmaster
fd45548d76 Bumping versions 2021-10-26 17:34:40 +00:00
Marcin Grzejszczak
90417f1f07 Stream reactive (#2038)
Added native support for Reactive Spring Cloud Stream.
2021-10-26 16:01:12 +02:00
buildmaster
11ef7e028a Going back to snapshots 2021-10-20 03:03:18 +00:00
buildmaster
17e68ba7c6 Update SNAPSHOT to 3.1.0-M3 2021-10-20 02:59:04 +00:00
buildmaster
3855298689 Going back to snapshots 2021-10-01 19:38:52 +00:00
buildmaster
160524d943 Update SNAPSHOT to 3.1.0-M2 2021-10-01 19:34:24 +00:00
buildmaster
e295ff9214 Bumping versions to 3.0.5-SNAPSHOT after release 2021-09-21 15:23:29 +00:00
buildmaster
4ff72048cf Going back to snapshots 2021-09-21 15:23:29 +00:00
buildmaster
bffa4ab7db Update SNAPSHOT to 3.0.4 2021-09-21 15:17:41 +00:00
Flaviu Mureșan
460d994a53 Spring kafka autoconfiguration (#2013)
* Add auto-configuration for spring kafka

* Add auto-configuration for spring kafka

* Make spring-kafka instrumentation autoconfig conditional on missing brave

Co-authored-by: flavium31 <w7og3bljlmmn742puqw2zwzu7ycuwmflr2nb4swrwzivccx6arpq>
2021-09-20 19:19:53 +02:00
Jonatan Ivanov
f3051483d7 Instrumenting Spring Security (#2011)
* First draft of instrumenting Spring Security

* Create events based on Authentication not SecurityContext

* Simplifying security config

* Checkstyle reformat

* Create DocumentedSpan and EventValue for Spring Security instrumentation

* Adding spring-security-bom to ensure the right dependencies are used.

* TracingSecurityContextChangedListenerTests

* Adding integration tests

* Deleting spring-cloud-sleuth-sample-security

* Checkstyle, license, javadoc

* Inlining SleuthSecuritySpan methods

* Deleting javadoc links from DocumentedSpan

* Updating auto-generated docs
2021-08-25 15:44:45 -07:00
Junho, Kim
9eafa2ca58 Fix an example value using TagValueExpressionResolver (#2012) 2021-08-20 13:35:35 +02:00
Junho, Kim
2b17d08ee1 Fix typo in document example (#2010) 2021-08-18 21:55:23 -07:00
Marcin Grzejszczak
1fbfd04b7c Merge remote-tracking branch 'origin/3.0.x' into main 2021-08-09 14:01:19 +02:00
Marcin Grzejszczak
61b0b175e1 Added missing text 2021-08-09 14:00:28 +02:00
Marcin Grzejszczak
51dca96d73 Merge remote-tracking branch 'origin/3.0.x' into main 2021-08-09 13:58:11 +02:00
Marcin Grzejszczak
0cdf31de7b Updated the docs with how to set the trace id in the response
fixes gh-2002
2021-08-09 13:57:39 +02:00
Marcin Zajączkowski
8e925786a0 Add property to disable Reactor support in docs (#2006) 2021-08-06 15:27:56 +02:00
buildmaster
d5dad5d1e6 Going back to snapshots 2021-07-30 18:51:11 +00:00