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
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
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
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
e5b1495613
Simplified Tracer API
2016-03-04 11:50:59 +01:00
Marcin Grzejszczak
c0620c410c
[ #160 ] Removed unnecessary Slf4j loggers
...
fixes #160
2016-02-18 11:23:09 +01:00
Marcin Grzejszczak
8333c31c99
[ #158 ] Removing span name
...
fixes #158
2016-02-16 08:28:22 +01: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
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
Marcin Grzejszczak
301c6b230a
[ #99 ] Basic Health Metrics
...
Changes following review
- Reusing CounterService to automatically profit from Dropwizard if present
- NoOp is the default impl for SpanReporterService
- SpanReporterService has configurable metric names (it's enough to change the
name to 'meter.a.b.c' to profit from Dropwizard's meters)
Fixes gh-99
2016-01-21 15:55:26 +01:00
Marcin Grzejszczak
d22a497b0c
TraceAccessor -> SpanAccessor
2016-01-20 14:39:08 +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
Marcin Grzejszczak
6b88e97b9c
TraceManager -> Tracer; startSpan -> startTrace
2016-01-19 09:02:09 +01:00
Adrian Cole
da065504a7
Merge pull request #115 from spring-cloud/pare-down-http
...
Pares down default http tags, but opens apis for adding more
2016-01-19 12:50:56 +08:00
Marcin Grzejszczak
11c0846353
[ #86 ] Removes the sampler param. Fixed #86
2016-01-18 17:06: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
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
6a8f23e185
Remove unnecessary configs from samples
2015-12-31 11:24:28 +00:00
Dave Syer
ff3c39e497
Revert to snapshots
2015-12-23 09:22:21 +00:00
Dave Syer
3b0ff4b4c5
Update to 1.0.0.M4
2015-12-23 09:12:22 +00:00
Spencer Gibb
2d0ff8f436
polish
2015-12-10 10:33:21 -07:00
Dave Syer
ffa97c1f20
Big refactor of sleuth core API
...
Instrumentation should be able to get by with only 2
interfaces: TraceManager and TraceAccessor (the former is
not needed if you aren't starting a new Span). No explicit
access to thread locals or manipulation of thread context
is required (except locally where necessary).
A Span is enclosed by a Trace (actually a view of the complete
Trace that would be constructed remotely).
2015-12-01 14:06:04 +00:00
Dave Syer
7d3668b23f
Revert to snapshots
2015-11-17 12:36:46 +00:00
Dave Syer
576424a514
Update to 1.0.0.M3
2015-11-17 12:34:31 +00:00
Dave Syer
4e21bf1b35
Add strategy EndpointLocator to help with service host/port location
2015-10-01 11:52:28 +01:00
Dave Syer
9612f66754
Drop back to snapshot
2015-09-10 09:02:53 +01:00
Dave Syer
614cfc243b
Bump to M1
2015-09-10 09:02:16 +01:00
Spencer Gibb
0f76427ebf
add /messaging annotations
2015-08-21 12:03:11 -06:00
Dave Syer
163927edbd
Fix parent in samples
2015-08-14 10:33:19 +01:00
Dave Syer
0caa495fbb
Add basic integration test to samples
2015-08-13 11:28:19 +01:00
Dave Syer
4df00755a5
Tidy up sample configs
2015-08-13 11:20:49 +01:00
Dave Syer
673d8cb0b8
Add integration sample and vanilla non-zipkin sample
2015-08-12 13:59:42 +01:00