This commit is contained in:
Marcin Grzejszczak
2016-03-21 14:33:48 +01:00
parent 35e8965e0a
commit a0048a806e
62 changed files with 7 additions and 66 deletions

View File

@@ -28,7 +28,6 @@ import org.springframework.util.Assert;
* {@link DiscoveryClient}.
*
* @author Dave Syer
*
* @since 1.0.0
*/
public class DiscoveryClientHostLocator implements HostLocator {

View File

@@ -27,7 +27,6 @@ import com.fasterxml.jackson.annotation.JsonInclude;
* Represents the host from which the span was sent
*
* @author Dave Syer
*
* @since 1.0.0
*/
@JsonInclude(JsonInclude.Include.NON_NULL)

View File

@@ -23,7 +23,6 @@ import org.springframework.cloud.sleuth.Span;
* environment properties might be available).
*
* @author Dave Syer
*
* @since 1.0.0
*/
public interface HostLocator {

View File

@@ -32,7 +32,6 @@ import org.springframework.util.Assert;
* </ul>
*
* @author Dave Syer
*
* @since 1.0.0
*/
public class ServerPropertiesHostLocator implements HostLocator {

View File

@@ -24,11 +24,10 @@ import org.springframework.messaging.SubscribableChannel;
* instrumented applications. Span data comes into the channel in the form of
* {@link Spans}, buffering multiple actual spans into a single payload.
*
* @see SleuthSource
*
* @author Dave Syer
*
* @since 1.0.0
*
* @see SleuthSource
*/
public interface SleuthSink {

View File

@@ -26,7 +26,6 @@ import org.springframework.messaging.MessageChannel;
* spans, and if it does it should attempt to account for and report the number dropped.
*
* @author Dave Syer
*
* @since 1.0.0
*
* @see SleuthSink

View File

@@ -48,7 +48,6 @@ import org.springframework.messaging.support.ChannelInterceptor;
* is no additional configuration to do by default).
*
* @author Dave Syer
*
* @since 1.0.0
*/
@Configuration

View File

@@ -22,7 +22,6 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
* Properties related to Sleuth Stream
*
* @author Dave Syer
*
* @since 1.0.0
*/
@ConfigurationProperties("spring.sleuth.stream")

View File

@@ -27,7 +27,6 @@ import com.fasterxml.jackson.annotation.JsonInclude;
* Data transfer object for a collection of spans from a given host.
*
* @author Dave Syer
*
* @since 1.0.0
*/
@JsonInclude(JsonInclude.Include.NON_DEFAULT)

View File

@@ -41,7 +41,6 @@ import org.springframework.core.io.support.PropertiesLoaderUtils;
* Sleuth Stream.
*
* @author Dave Syer
*
* @since 1.0.0
*/
public class StreamEnvironmentPostProcessor implements EnvironmentPostProcessor {

View File

@@ -33,7 +33,6 @@ import org.springframework.integration.annotation.MessageEndpoint;
* A message source for spans. Also handles RPC flavoured annotations.
*
* @author Dave Syer
*
* @since 1.0.0
*/
@MessageEndpoint