Commit Graph

  • 5eaff9a52b Fixed snippets for documentation Marcin Grzejszczak 2016-03-04 19:34:30 +01:00
  • 581eb0b644 Sync docs from master to gh-pages Marcin Grzejszczak 2016-03-04 19:29:13 +01:00
  • cedede7fd4 Move trace response headers up to start of filter Dave Syer 2016-03-04 14:41:05 +00:00
  • 6aba876804 Merge pull request #200 from spring-cloud/simplification_of_api Marcin Grzejszczak 2016-03-04 12:42:15 +01:00
  • e5b1495613 Simplified Tracer API Marcin Grzejszczak 2016-03-04 11:50:59 +01:00
  • b51af6b30c Added Kibana screens and patterns Marcin Grzejszczak 2016-03-04 11:04:40 +01:00
  • 7c32907658 Sync docs from master to gh-pages Marcin Grzejszczak 2016-03-04 11:04:12 +01:00
  • 9957769dd0 Added a fix for 'null' in span names Marcin Grzejszczak 2016-03-03 22:22:58 +01:00
  • 373f4eb4ef [#198] Fixed exception handling for TraceRestTemplateInterceptor Marcin Grzejszczak 2016-03-03 21:19:55 +01:00
  • 6e3efa8fb3 Updated README.md Marcin Grzejszczak 2016-03-03 16:29:44 +01:00
  • c108636c74 Sync docs from master to gh-pages Marcin Grzejszczak 2016-03-03 16:26:42 +01:00
  • d6b623fdf7 Removed an assertion due to Tracis failing Marcin Grzejszczak 2016-03-03 11:45:44 +01:00
  • 4b61439ab9 [#79] Updated documentation Marcin Grzejszczak 2016-03-03 11:25:38 +01:00
  • 0fe82089a2 Revert "Updated the code with sc-netflix changes" Marcin Grzejszczak 2016-03-03 11:16:57 +01:00
  • 7e7c6a1a8f Updated the code with sc-netflix changes Marcin Grzejszczak 2016-03-03 10:54:37 +01:00
  • ce6fe22315 Move o.s.c.util to o.s.c.commons.util Spencer Gibb 2016-03-02 11:19:47 -07:00
  • 31183317d7 Fix mvnw script for milestones Dave Syer 2016-03-02 17:34:26 +00:00
  • 5753048cde Merge pull request #195 from spring-cloud/issues_#191_missing_span_name Marcin Grzejszczak 2016-03-02 15:18:14 +01:00
  • 17bc239536 [#191] Changes following the review Marcin Grzejszczak 2016-03-02 12:24:33 +01:00
  • 754c8ce96d [#191] Added ServerAddress annotation * if a span contains a CS or CR (or any other client related annotation) then SA is passed from the Endpoint service name Marcin Grzejszczak 2016-03-01 16:07:35 +01:00
  • 6c2c87ab3c [#191] Added local component if a span doesn't have any Zipkin constants Marcin Grzejszczak 2016-03-01 13:45:58 +01:00
  • 57b0f14d9a [#188][#194] Feign and RestTemplate create a new Span Marcin Grzejszczak 2016-03-01 12:16:24 +01:00
  • 5bb5e8fcf1 Merge pull request #189 from mbuhot/gh-pages Adrian Cole 2016-02-29 08:57:51 +08:00
  • 44d460cc7b Fix bad zipkin project link in index.html Mike Buhot 2016-02-29 09:36:10 +10:00
  • 1cb3ec78eb Merge pull request #185 from spring-cloud/latest-zipkin Adrian Cole 2016-02-25 23:17:53 +08:00
  • 51b542e34b Updates to latest zipkin, adding spring.zipkin.compression.enabled flag Adrian Cole 2016-02-25 18:00:53 +08:00
  • 7c7043910c Updated the javadoc for message component Marcin Grzejszczak 2016-02-25 13:53:57 +01:00
  • 6948d92d13 [#184] Stopped overriding tags via messaging fixes #184 Marcin Grzejszczak 2016-02-25 13:44:33 +01:00
  • 5d23cd8bab Merge pull request #183 from spring-cloud/issues_#69_javadocs_update Marcin Grzejszczak 2016-02-25 11:26:11 +01:00
  • 3000a4f37d [#69] Added javadocs Marcin Grzejszczak 2016-02-23 21:16:02 +01:00
  • c9a8633521 Merge pull request #181 from spring-cloud/reporting-tests Adrian Cole 2016-02-24 18:09:40 +08:00
  • be1b986bec Refactors HTTP SpanReporter tests to use ZipkinRule Adrian Cole 2016-02-24 12:56:04 +08:00
  • 4a35f1ccaf Resetting the repo for cloud foundry Marcin Grzejszczak 2016-02-23 09:31:57 +01:00
  • dc22434e27 More refactoring Marcin Grzejszczak 2016-02-22 19:04:37 +01:00
  • 0cd1441f9b Refactored the async tracing Marcin Grzejszczak 2016-02-22 18:29:52 +01:00
  • 7927f4914f Removed some package dependencies * TraceKeys -> moved to root * TraceRunnable and TraceCallable moved to root * Websockets moved as a subpackage of messaging * created TraceMetricsAutoConfiguration in the metric package (thanks to this the TraeAutoConfiguration doesn't need any metric info) Marcin Grzejszczak 2016-02-22 17:09:23 +01:00
  • e0a45f88f1 Added sonar integration via sonar profile Marcin Grzejszczak 2016-02-22 14:37:41 +01:00
  • 3eca10bcc7 [#159] Tagging hystrix events when a hystrix command was explicitly created we can tag the following values * command key * command group * thread pool key Marcin Grzejszczak 2016-02-22 14:03:40 +01:00
  • 980e2324d7 [#49] Added name skip pattern for slf4j * if Span's name matches a pattern it will not be logged at all in the logs Marcin Grzejszczak 2016-02-22 12:31:19 +01:00
  • 08c99667c9 [#127] Added tests for parent-id propagation Marcin Grzejszczak 2016-02-22 12:03:16 +01:00
  • 7dfe93e02a Merge pull request #176 from gzurowski/fix-docs Marcin Grzejszczak 2016-02-19 14:58:04 +01:00
  • c6bb85923d Fix documentation: Sampler is not a generic type Gregor Zurowski 2016-02-19 13:47:41 +01:00
  • 4bd484fb21 Moved turning on of autoproxy to properties Marcin Grzejszczak 2016-02-19 10:10:11 +01:00
  • 0511b04250 [#51] Added automatic CGLIB proxy creation Marcin Grzejszczak 2016-02-19 08:18:05 +01:00
  • 44166e8f46 Fixed the order of compiler arguments, again Marcin Grzejszczak 2016-02-19 08:03:06 +01:00
  • 96425e2a60 Fixed the order of compiler arguments Marcin Grzejszczak 2016-02-19 08:02:37 +01:00
  • 6e827b2999 Updates to README Dave Syer 2016-02-18 23:11:37 +00:00
  • 47f295fc22 Sync docs from master to gh-pages Dave Syer 2016-02-18 23:10:24 +00:00
  • 785dab0908 [#161] Fixed the way collections are passed between spans When a span is continued a new one is created from the previous one. We've been copying span collections thus the changes in the continued instance were not reflected in the parent. Marcin Grzejszczak 2016-02-18 13:56:41 +01:00
  • 2ce9b085dd Merge pull request #172 from spring-cloud/issues_#160_removed_loggers Marcin Grzejszczak 2016-02-18 13:50:05 +01:00
  • c0620c410c [#160] Removed unnecessary Slf4j loggers fixes #160 Marcin Grzejszczak 2016-02-18 11:23:09 +01:00
  • 8e0471ed04 Add explicit note on logback MDC pattern Dave Syer 2016-02-18 09:32:15 +00:00
  • 1f0fbf572d Fix travis build (grep -q in SPRING_CLOUD_BUILD) Dave Syer 2016-02-18 08:47:42 +00:00
  • 1cc0c327cb Merge pull request #171 from spring-cloud/adrian.latest-zipkin Adrian Cole 2016-02-18 16:18:52 +08:00
  • fce787f83b Added printing of some parameters Marcin Grzejszczak 2016-02-18 08:52:10 +01:00
  • 075a373127 Updates to zipkin 0.5.3 Adrian Cole 2016-02-18 15:31:51 +08:00
  • cf6f629663 [#168] Introduced local components for async Marcin Grzejszczak 2016-02-17 17:10:54 +01:00
  • beb4aa0a5b Merge pull request #167 from spring-cloud/issues_#158_removing_spanname Marcin Grzejszczak 2016-02-16 08:59:10 +01:00
  • 8333c31c99 [#158] Removing span name Marcin Grzejszczak 2016-02-16 08:28:22 +01:00
  • a3f14a6d55 Fix logic with MVN_GOAL Dave Syer 2016-02-12 15:06:20 +00:00
  • 961311e481 Fix user names in travis build Dave Syer 2016-02-12 13:46:43 +00:00
  • ee63446b66 Align travis build with tools in spring-cloud/build Dave Syer 2016-02-12 13:28:08 +00:00
  • 8948e888d1 Merge pull request #154 from spring-cloud/zipkin-0.5 Adrian Cole 2016-02-12 14:14:12 +08:00
  • cdbb74c029 Updates to zipkin-java 0.5 Adrian Cole 2016-02-10 23:36:20 +08:00
  • 77abdf7798 Remove brave dependencies Dave Syer 2016-02-11 12:35:08 +00:00
  • a362aa7c6a Merge pull request #155 from spring-cloud/issues_#124_asyncresttemplate Marcin Grzejszczak 2016-02-11 13:07:08 +01:00
  • 8d8fb39db0 [#124] Changes following review Marcin Grzejszczak 2016-02-11 11:00:20 +01:00
  • f772f50bbc Removed unnecessary field Marcin Grzejszczak 2016-02-10 19:19:30 +01:00
  • 0ab23b405c [#124] Added support for async rest template Marcin Grzejszczak 2016-02-10 17:12:22 +01:00
  • ee8d7a54c7 Delomboking Marcin Grzejszczak 2016-02-10 19:09:20 +01:00
  • 8f5f553376 Removed unnecessary constructors Marcin Grzejszczak 2016-02-10 11:56:19 +01:00
  • 1ff4a9a0e9 Fixed docs Marcin Grzejszczak 2016-02-09 15:54:42 +01:00
  • 1b0c8dfee5 [#146] Introduced SpanName Marcin Grzejszczak 2016-02-09 15:25:36 +01:00
  • a0a79584f4 Tidy up ribbon sample a bit Dave Syer 2016-02-09 13:31:19 +00:00
  • f2be4054ff Add websoket sample Dave Syer 2016-02-09 13:16:14 +00:00
  • 65c243178f Add explicit autoconfiguration support for STOMP and websockets Dave Syer 2016-02-09 12:29:44 +00:00
  • d6170027a7 Rationalize async instrumentation Dave Syer 2016-02-05 11:03:04 +00:00
  • f59737c238 Remove TraceTemplate Dave Syer 2016-02-05 10:51:23 +00:00
  • 51ff572fbe [#149] Removed the JSON Span logger Marcin Grzejszczak 2016-02-09 12:50:09 +01:00
  • b4e85d04d8 [#148] Reseting the custom concurrency strategy before test class Marcin Grzejszczak 2016-02-09 10:34:30 +01:00
  • ebfe276ced [#148] Resetting custom hystrix strategy before tests Marcin Grzejszczak 2016-02-09 10:23:57 +01:00
  • bc48a0094e Revert to snapshots Dave Syer 2016-02-05 10:02:47 +00:00
  • 203d9cc4f2 Update to 1.1.0.M5 Dave Syer 2016-02-05 09:56:38 +00:00
  • 9aeb399f7e Make SpanContextHolder package private Dave Syer 2016-02-05 06:26:41 +00:00
  • ad97be2fa6 Remove remaining public accesses of SpanContextHolder Dave Syer 2016-02-04 16:41:41 +00:00
  • 7f975c0ff8 Remove redundant SpanContextHolder access in TraceFilter Dave Syer 2016-02-04 13:28:22 +00:00
  • 3703452626 Guard against null sampler Dave Syer 2016-02-04 13:26:59 +00:00
  • 83d4986e48 Fix test with wrong asdsumption about null sampler Dave Syer 2016-02-04 13:24:09 +00:00
  • ff08e3d518 Remove redunant method Dave Syer 2016-02-04 13:14:42 +00:00
  • 7f012ac02c Introduce SpanContext as internal detail of SpanContextHolder Dave Syer 2016-02-04 12:30:25 +00:00
  • e819881be8 Add test to assert auto close behaviour Dave Syer 2016-02-04 10:35:19 +00:00
  • 271fb74b17 Update docs Dave Syer 2016-02-03 15:43:38 +00:00
  • 9bfe364518 SamplerConfiguration -> SamplerProperties Dave Syer 2016-02-02 16:15:35 +00:00
  • 9170ab4d0e Merge pull request #139 from spring-cloud/issues_#50_unnecessary_frb Marcin Grzejszczak 2016-02-02 11:57:15 +01:00
  • 055137bb72 [#50] Removed FRB. fixes #50 Marcin Grzejszczak 2016-02-02 11:46:34 +01:00
  • 948d9e7886 Ensure sampled traces are exportable in test Dave Syer 2016-02-02 08:34:36 +00:00
  • 8918057a7f Updated readme for code of conduct. Spencer Gibb 2016-02-01 20:01:50 -07:00
  • d8b72473d1 Ensure sampler is called with the new span if it is to be started Dave Syer 2016-02-01 18:01:34 +00:00
  • 6d3b8ffc60 Removes testcontainers and mouldy jackson dependencies Dave Syer 2016-02-01 17:30:15 +00:00
  • 70b18054e1 Add Span to Sampler method params Dave Syer 2016-02-01 17:00:00 +00:00