Marcin Grzejszczak
a2449ddc59
Going back to snapshots
2016-10-18 17:17:08 +02:00
Marcin Grzejszczak
66c6dd3010
Bumping versions before release
2016-10-18 17:05:11 +02:00
Marcin Grzejszczak
72d0032859
Going back to snapshots
2016-09-21 13:20:57 +02:00
Marcin Grzejszczak
755e01d646
Bumping versions before release
2016-09-21 12:55:19 +02:00
Marcin Grzejszczak
8a32f02f9f
Going back to SNAPSHOTs
2016-09-08 23:29:24 +02:00
Marcin Grzejszczak
2e4c59b3c6
Bumping versions before release
2016-09-08 22:45:02 +02:00
Marcin Grzejszczak
ef2445090d
Going back to SNAPSHOTs
2016-09-08 18:20:57 +02:00
Marcin Grzejszczak
877b80b70e
Bumping versions before release
2016-09-08 17:37:08 +02:00
Marcin Grzejszczak
cd17b35ea3
Going back to Snapshots
2016-08-22 13:20:14 +02:00
Marcin Grzejszczak
995371fc0d
Bumping versions before release
2016-08-22 12:39:30 +02:00
Marcin Grzejszczak
2bad78ee4b
Going back to snapshots after release
2016-08-19 15:06:37 +02:00
Marcin Grzejszczak
f56779e255
Bumping versions before release
2016-08-19 14:26:49 +02:00
Marcin Grzejszczak
84723e8ad7
Going back to Snapshots
2016-07-25 11:58:27 +02:00
Marcin Grzejszczak
b73786f95a
Bumping versions before release
2016-07-25 10:39:44 +02:00
Marcin Grzejszczak
66d11435e8
Update to SNAPSHOT
2016-07-07 17:39:17 +02:00
Marcin Grzejszczak
cb027db522
Update SNAPSHOT to 1.0.3.RELEASE
2016-07-07 17:25:30 +02:00
Spencer Gibb
fbefa81d52
Update to SNAPSHOT
2016-06-30 17:30:59 -06:00
Spencer Gibb
54c9e45d09
Update SNAPSHOT to 1.0.2.RELEASE
2016-06-30 17:06:56 -06:00
Marcin Grzejszczak
05e221ef54
HTTP filter child span renamed
...
with this change the child span of the HTTP filter span gets changed into a span coming from the Controller aspect. The name of the span becomes the name of the method.
2016-06-23 13:24:16 +02:00
Marcin Grzejszczak
a9c1d89668
Made evaluation of Tracer bean more lazy
...
with this change Feign components resolve tracer and other beans from beanfactory when necessary
fixes #307
2016-06-22 16:38:53 +02:00
Dave Syer
fea2397501
Update to 1.0.2 snapshots
2016-06-10 17:10:35 +01:00
Marcin Grzejszczak
8f726cb514
Update SNAPSHOT to 1.0.1.RELEASE
2016-06-10 15:38:37 +02:00
Marcin Grzejszczak
f8ed14bd5b
Revert "Fixed tests with a workaround"
...
This reverts commit 94ed8cfe4b .
2016-05-12 10:10:49 +02:00
Dave Syer
fc29838b86
Update to 1.0.1 snapshots
2016-05-11 09:21:54 +01:00
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
Marcin Grzejszczak
94ed8cfe4b
Fixed tests with a workaround
...
had to add @EnableIntegration. Will remove it once https://github.com/spring-projects/spring-boot/issues/5901 is resolved
2016-05-09 17:28:58 +02: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
Dave Syer
00b67a87d5
Remove @Bean RestTemplate
...
(If users need one they can add it themselves)
Fixes gh-239
2016-03-31 13:31:34 +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
57b0f14d9a
[ #188 ][ #194 ] Feign and RestTemplate create a new Span
...
fixes #188
fixes #194
2016-03-01 12:16:24 +01:00
Marcin Grzejszczak
c0620c410c
[ #160 ] Removed unnecessary Slf4j loggers
...
fixes #160
2016-02-18 11:23:09 +01:00
Dave Syer
77abdf7798
Remove brave dependencies
2016-02-11 12:35:51 +00:00
Marcin Grzejszczak
ee8d7a54c7
Delomboking
2016-02-10 19:09:20 +01:00
Marcin Grzejszczak
1b0c8dfee5
[ #146 ] Introduced SpanName
...
- Added aspect to provide better naming for @Async
fixes #146
2016-02-09 15:25:36 +01:00
Dave Syer
f2be4054ff
Add websoket sample
2016-02-09 13:31:30 +00: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
70b18054e1
Add Span to Sampler method params
...
Also allows us to actually create a PercentageBasedSampler (I
don't think anyone tried it before) without resorting to
lazy beans and proxies.
Another freature added here is a default percentage sampler
if we know that spans need to be exported (zipkin or stream
is present).
Fixes gh-138
2016-02-01 17:00:00 +00:00
Marcin Grzejszczak
91ba8cd981
[ #128 ] Changes after review
2016-01-25 16:28:34 +01:00
Marcin Grzejszczak
0ff1cf92bd
[ #128 ] Added spans for messaging
...
fixes #128
2016-01-25 15:57:28 +01: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
Adrian Cole
9bcab5b0c6
Updates to zipkin-java 0.4.3
2016-01-20 12:22:18 +08:00
Marcin Grzejszczak
6b88e97b9c
TraceManager -> Tracer; startSpan -> startTrace
2016-01-19 09:02:09 +01:00
Adrian Cole
860622fb57
Pares down default http tags, but opens apis for adding more
...
Previously, sleuth logged more data than necessary. This led to issues
including spans approaching megabytes each. This pares down default keys
to a minimal set, but allows users to opt-into logging more by extending
`TraceFilter`.
2016-01-18 21:48:59 +08:00