Interface ZipkinConnectionDetails

All Superinterfaces:
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails

public interface ZipkinConnectionDetails extends org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
Details required to establish a connection to a Zipkin server.
Since:
3.1.0
  • 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