28 Commits

Author SHA1 Message Date
Marcin Grzejszczak
71fe82aad5 Fixed wrong switch placing 2018-01-25 21:45:45 +01:00
Marcin Grzejszczak
d4b9f8b119 Added branch checking 2018-01-25 13:49:47 +01:00
Marcin Grzejszczak
215577a31c Updated cli 2017-06-05 17:40:35 +02:00
Marcin Grzejszczak
49ccfb5766 Trying to fix benchmarks 2017-02-27 17:00:41 +01:00
Marcin Grzejszczak
0f29735c11 Managing spans with annotations (#526)
The main arguments for these features are

* api-agnostic means to collaborate with a span
    - use of annotations allows users to add to a span with no library dependency on a span api.
    This allows Sleuth to change its core api less impact to user code.
* reduced surface area for basic span operations.
    - without this feature one has to use the span api, which has lifecycle commands that
    could be used incorrectly. By only exposing scope, tag and log functionality, users can
    collaborate without accidentally breaking span lifecycle.
* collaboration with runtime generated code
    - with libraries such as Spring Data / Feign the implementations of interfaces are generated
    at runtime thus span wrapping of objects was tedious. Now you can provide annotations
     over interfaces and arguments of those interfaces

This PR is an adoption of @Koizumi85 work started here - https://github.com/Koizumi85/spring-cloud-sleuth-annotation

fixes #182
2017-02-27 15:26:03 +01:00
Marcin Grzejszczak
0ce6b256ba Added CLI 1.3.0.BS for e2e 2017-02-19 23:07:20 +01:00
Marcin Grzejszczak
49b96d43b6 Added CLI 1.3.0.BS for e2e 2017-02-19 22:52:44 +01:00
Marcin Grzejszczak
f2474dbd20 Updated e2e script 2016-08-17 14:09:19 +02:00
Marcin Grzejszczak
76b8716dc6 Added Kafka script 2016-05-24 12:36:37 +02:00
Marcin Grzejszczak
3fc2994d31 Update runAcceptanceTestsStream.sh 2016-05-11 14:31:13 +02:00
Marcin Grzejszczak
d69e138ffd Update runAcceptanceTests.sh 2016-05-11 14:31:00 +02:00
Marcin Grzejszczak
c62a13aa35 Added JMH & JMeter benchmarks for Sleuth 2016-03-24 16:55:42 +01:00
Marcin Grzejszczak
4a35f1ccaf Resetting the repo for cloud foundry 2016-02-23 09:31:57 +01:00
Marcin Grzejszczak
cd37335153 Removed kill at the end for Cloud Foundry e2e 2016-01-28 20:02:13 +01:00
Marcin Grzejszczak
35f1b0c496 Removed the build directory var export 2016-01-28 13:36:53 +01:00
Marcin Grzejszczak
8dd261edb9 Altered e2e scripts 2016-01-28 13:29:07 +01:00
Marcin Grzejszczak
d6fb303a2c Updated sleuth stream e2e script 2016-01-15 12:37:56 +01:00
Marcin Grzejszczak
034bcdcb35 Updated sleuth e2e script 2016-01-15 12:37:20 +01:00
Marcin Grzejszczak
aa00265c8b Fixed the separate script for Stream e2e 2015-12-31 14:35:24 +01:00
Marcin Grzejszczak
63b985ec42 Removed stream e2e from travis 2015-12-31 14:21:40 +01:00
Marcin Grzejszczak
b48f00f677 Removed version param to use default BOM Brixton Snapshot version 2015-12-18 23:14:47 +01:00
Marcin Grzejszczak
4ef93029fb Fixed wrong switch for sleuth stream 2015-12-16 21:19:34 +01:00
Dave Syer
366eb34b1c Add back SLEUTH_STREAM tests 2015-12-16 17:37:24 +00:00
Dave Syer
eaa3c65a9d Comment out missing acceptance tests 2015-12-16 11:45:18 +00:00
Dave Syer
c49ee09b68 Zipkin java bumped to 0.1.1 2015-12-16 10:57:19 +00:00
Dave Syer
9a38c0d183 Update chmod on sh script 2015-12-15 14:48:13 +00:00
Lukasz Szczesny
55de10f195 Refactored bash script for running acceptance tests 2015-12-11 21:15:30 +01:00
Marcin Grzejszczak
14c1cd1182 Added acceptance tests for Sleuth 2015-12-10 11:48:28 +01:00