Commit Graph

442 Commits

Author SHA1 Message Date
Marcin Grzejszczak
7a3e7e01f5 Polish 2018-12-17 10:59:55 +01:00
Akihito Nakano
d4c4a88716 Fix typo in docs (#1157)
* Fix typo

* Revert the change applied to root README

* Fix the docs module

* Revert a change of root README
2018-12-15 13:57:03 +01:00
buildmaster
4805480ce5 Going back to snapshots 2018-12-11 22:20:00 +00:00
buildmaster
65c0838cfc Update SNAPSHOT to 2.1.0.RC2 2018-12-11 22:18:47 +00:00
buildmaster
00922f390c Going back to snapshots 2018-12-11 18:48:50 +00:00
buildmaster
1a901ac432 Update SNAPSHOT to 2.1.0.RC1 2018-12-11 18:47:57 +00:00
Tyler Van Gorder
415a7a6a2c First attempt to add GRPC instrumentation (#1139)
* Adding preliminary GRPC instrumentation to Sleuth

fixes #305
2018-12-04 22:22:03 +01:00
buildmaster
26417a2707 Going back to snapshots 2018-11-18 09:55:50 +00:00
buildmaster
bc5305e585 Update SNAPSHOT to 2.1.0.M2 2018-11-18 09:54:52 +00:00
Marcin Grzejszczak
e166e11f3a Added propagation keys to list of whitelisted mdc keys
fixes gh-1135
2018-11-16 09:28:24 +01:00
Adrian Cole
7b5d530c80 Deprecates SpanAdjuster for Brave's FirehoseHandler
Brave's `FirehoseHandler` has the features adjuster has, more
efficiently and also including the ability to prune spans.

See https://github.com/openzipkin/brave/pull/794
2018-09-25 21:26:26 -04:00
Spencer Gibb
390473a60e Going back to snapshots 2018-09-21 19:12:25 -04:00
Spencer Gibb
30b2b63225 Update SNAPSHOT to Greenwich.M1 2018-09-21 19:11:37 -04:00
Adrian Cole
e2ec76207f Updates to latest Brave, removing deprecated usage
Notably, this avoids `Span.remoteEndpoint` and deprecated test helpers.
2018-09-14 17:11:35 +08:00
Marcin Grzejszczak
4e717be34c Added a note that for JMS we don't propagate baggage 2018-09-07 16:30:59 +02:00
Tim te Beek
655c3a55cc KafkaListener just works (#1088) 2018-09-07 14:36:02 +02:00
Marcin Grzejszczak
2b27ab7ff3 Merge branch '2.0.x' 2018-09-07 14:30:36 +02:00
Marcin Grzejszczak
dbd7eb55f7 Polish 2018-09-07 14:30:30 +02:00
Marcin Grzejszczak
0e10c62cd3 Merge branch '2.0.x' 2018-09-07 14:27:15 +02:00
Marcin Grzejszczak
9c067115c7 Fixed missing in the sample; fixes gh-1085 2018-09-07 14:27:07 +02:00
Marcin Grzejszczak
9b1665c2df Added JMS support
fixes gh-695
2018-09-07 14:11:58 +02:00
Marcin Grzejszczak
fd038320e1 Fixed links to docs 2018-08-31 10:10:06 +02:00
Marcin Grzejszczak
e52ccc64de Merge branch '2.0.x' 2018-08-31 10:09:44 +02:00
Marcin Grzejszczak
9879c425a6 Fixed links to docs 2018-08-31 10:09:06 +02:00
Marcin Grzejszczak
4d73dc5790 Fixed docs 2018-08-31 09:59:24 +02:00
Marcin Grzejszczak
dbeece81c7 Merge branch '2.0.x' 2018-08-31 09:58:34 +02:00
Marcin Grzejszczak
c67a524fe6 Fixed the branch 2018-08-31 09:58:18 +02:00
Marcin Grzejszczak
6f9f36857a Fixed broken docs 2018-08-31 09:54:19 +02:00
Marcin Grzejszczak
713544703a Add configuration to put baggage automatically to MDC
with this change it's enough to set a property to automatically propagate a baggage key to MDC

fixes gh-1071
2018-08-23 16:42:01 +02:00
Marcin Grzejszczak
c5e043af71 Merge branch '2.0.x' 2018-08-22 11:35:53 +02:00
Marcin Grzejszczak
f33dff142e Merge branch '1.3.x' into 2.0.x 2018-08-22 11:28:35 +02:00
Marcin Grzejszczak
e2de25f02d Adding order for TraceFilter; fixes gh-1020 2018-08-22 11:02:44 +02:00
Marcin Grzejszczak
786ad2c7c5 Merge branch '2.0.x' 2018-08-14 16:53:28 +02:00
Marcin Grzejszczak
01688205a8 Fixed wrong link 2018-08-14 16:52:46 +02:00
Marcin Grzejszczak
04440fa959 GOing back to 2.1.0. Some merge went bad 2018-08-02 14:23:38 +02:00
Marcin Grzejszczak
0c7b5dd0ca Added option to override message headers (#1049)
without this change there's no easy way to work with message headers for Spring Integration
with this change we're allowing to register beans that will override the default behaviour

fixes gh-1032
2018-08-01 16:43:58 +02:00
buildmaster
77643d8c24 Bumping versions to 2.0.2.BUILD-SNAPSHOT after release 2018-08-01 16:30:11 +02:00
buildmaster
5dbd18c583 Going back to snapshots 2018-08-01 16:30:10 +02:00
buildmaster
d9e9b45f78 Update SNAPSHOT to 2.0.1.RELEASE 2018-08-01 16:30:10 +02:00
buildmaster
4b2cb752d3 Bumping versions to 2.0.2.BUILD-SNAPSHOT after release 2018-07-31 19:36:50 +00:00
buildmaster
4164e79607 Going back to snapshots 2018-07-31 19:36:49 +00:00
buildmaster
a7b0c55c4b Update SNAPSHOT to 2.0.1.RELEASE 2018-07-31 19:35:12 +00:00
Marcin Grzejszczak
32cacb629e Polished docs, fixed the build 2018-07-25 11:04:23 +02:00
Marcin Grzejszczak
3eef9e1a54 Bumped to Greenwich 2018-07-25 10:55:48 +02:00
buildmaster
3511b1621b Bumping versions to 1.3.5.BUILD-SNAPSHOT after release 2018-06-29 19:50:53 +00:00
buildmaster
870498a01f Going back to snapshots 2018-06-29 19:50:52 +00:00
buildmaster
9795a98c68 Update SNAPSHOT to 1.3.4.RELEASE 2018-06-29 19:48:36 +00:00
Adrian Cole
da1df97327 Clarifies that Kafka span transport also requires a property to be set. (#1013) 2018-06-19 08:31:10 +02:00
buildmaster
9e43c3588b Bumping versions to 2.0.1.BUILD-SNAPSHOT after release 2018-06-19 01:05:25 +00:00
buildmaster
1900a91635 Going back to snapshots 2018-06-19 01:05:24 +00:00