Interface ZipkinConnectionDetails

All Superinterfaces:
ConnectionDetails

public interface ZipkinConnectionDetails extends ConnectionDetails
Details required to establish a connection to a Zipkin server.

Note: getSpanEndpoint() is only read once and passed to a bean of type HttpEndpointSupplier.Factory which defaults to no-op (constant).

Since:
3.1.0
Author:
Moritz Halbritter
  • Method Summary

    Modifier and Type
    Method
    Description
    The endpoint for the span reporting.
  • Method Details

    • getSpanEndpoint

      String getSpanEndpoint()
      The endpoint for the span reporting.
      Returns:
      the endpoint