Polish
This commit is contained in:
@@ -28,7 +28,6 @@ import org.springframework.util.Assert;
|
||||
* {@link DiscoveryClient}.
|
||||
*
|
||||
* @author Dave Syer
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public class DiscoveryClientHostLocator implements HostLocator {
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -32,7 +32,6 @@ import org.springframework.util.Assert;
|
||||
* </ul>
|
||||
*
|
||||
* @author Dave Syer
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public class ServerPropertiesHostLocator implements HostLocator {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user