Spencer Gibb
feeb8bda0c
Revert "Update SNAPSHOT to 1.0.0.RELEASE"
...
This reverts commit 4b347228a3 .
2016-05-10 15:27:39 -06:00
Spencer Gibb
4b347228a3
Update SNAPSHOT to 1.0.0.RELEASE
2016-05-10 15:21:44 -06:00
Dave Syer
7dc30191cc
Revert to snapshots
2016-04-18 15:11:14 +01:00
Dave Syer
7b40b9808e
Update to RC2
2016-04-18 15:09:54 +01:00
Marcin Grzejszczak
e31edbd254
Revert to snapshots
2016-03-23 13:00:05 +01:00
Marcin Grzejszczak
51fd6f784f
Bump for 1.0.0.RC1
2016-03-23 12:54:35 +01:00
Marcin Grzejszczak
bf85cf9257
Skipping samples modules from Sonar
2016-03-07 08:30:40 +01:00
Marcin Grzejszczak
dc22434e27
More refactoring
2016-02-22 19:04:37 +01:00
Marcin Grzejszczak
08c99667c9
[ #127 ] Added tests for parent-id propagation
...
fixes #127
2016-02-22 12:03:16 +01:00
Marcin Grzejszczak
c0620c410c
[ #160 ] Removed unnecessary Slf4j loggers
...
fixes #160
2016-02-18 11:23:09 +01:00
Marcin Grzejszczak
ee8d7a54c7
Delomboking
2016-02-10 19:09:20 +01:00
Dave Syer
bc48a0094e
Revert to snapshots
2016-02-05 10:02:47 +00:00
Dave Syer
203d9cc4f2
Update to 1.1.0.M5
2016-02-05 09:56:38 +00:00
Dave Syer
9aeb399f7e
Make SpanContextHolder package private
...
That way it can't leak back out into public classes, particularly
in intrumentation. Such use cases should use TraceAccessor or
Tracer exclusively.
2016-02-05 06:33:40 +00:00
Dave Syer
6d3b8ffc60
Removes testcontainers and mouldy jackson dependencies
2016-02-01 17:30:15 +00:00
Marcin Grzejszczak
8258289550
[ #128 ] Added an integration test
2016-01-22 13:24:42 +01:00
Marcin Grzejszczak
7b6a533498
Fixed checkstyle issues
2016-01-20 12:36:38 +01:00
Marcin Grzejszczak
d5b523d021
Converted MilliSpan to Span. Removed the interface
2016-01-20 10:52:02 +01:00
Marcin Grzejszczak
797ca4f50c
Removed Trace
2016-01-20 10:50:43 +01:00
Adrian Cole
9bcab5b0c6
Updates to zipkin-java 0.4.3
2016-01-20 12:22:18 +08:00
Marcin Grzejszczak
82ed9f78a1
[ #106 ] Converted UUID to Long
...
- Changed Random instantiation to a shared Random
- Changed the name of the converter
- Changed generator into random
- Span id is now non-nullable.
- it gets generated in the http filter if it's not there
- it's generated in the spring-integration channels if it wasn't set
2016-01-18 14:38:09 +01:00
Dave Syer
687ef45e6d
Further simplify integration tests for zipkin-stream
...
It's not really necessary to use rabbit, but the existing tests
weren't really using the stream components at all because
zipkin spans were being collected by spring-cloud-sleuth-zipkin.
2016-01-14 09:12:36 +00:00
Marcin Grzejszczak
a4035f61db
Refactored code, removed notion of DockerTests
2016-01-13 11:51:25 +01:00
Dave Syer
f204ed6d51
Fix compiler warnings
2016-01-12 17:45:13 +00:00
Marcin Grzejszczak
33fda076ad
Updated with Adrian's changes
2016-01-12 16:28:21 +01:00
Marcin Grzejszczak
091a4fc218
Working Zipkin Stream tests
2016-01-12 15:40:42 +01:00
Adrian Cole
84d2706a57
Updates to latest zipkin and brave, removing Scribe dependency
...
Recent versions of zipkin and brave operate with http instead of scribe.
This changes the implementation accordingly, as well adds a sampler to
the POST endpoint.
A notable impact is that we no longer require a collector process, as
the zipkin server's POST endpoint is a collector.
2016-01-12 21:58:48 +08:00
Marcin Grzejszczak
3084eab3eb
[ #89 ] Added test for zipkin integration
2016-01-11 17:38:24 +01:00
Marcin Grzejszczak
ff7e4ffa8a
Fixed surefire and failsafe plugins setup, fixed docker tests
2016-01-11 10:53:20 +01:00
Marcin Grzejszczak
d8248d23c5
Added integration tests on integration profile
2016-01-08 23:28:10 +01:00
Marcin Grzejszczak
9a8dc17d8c
[ #89 ] Initial approach to the integration tests
...
- Fixed the tests
- Updated surefire
- Added integration tests (for the moment ignored)
- Fixed wrong surefire setup
2016-01-08 19:09:37 +01:00