Interface ZipkinUrlExtractor
-
- All Known Implementing Classes:
CachingZipkinUrlExtractor
public interface ZipkinUrlExtractorProvides a way to retrieve Zipkin URI. If there's no discovery client then this value will be taken from the properties. Otherwise host will be assumed to be a service id.- Since:
- 3.0.0
- Author:
- Marcin Grzejszczak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URIzipkinUrl(ZipkinProperties zipkinProperties)
-
-
-
Method Detail
-
zipkinUrl
URI zipkinUrl(ZipkinProperties zipkinProperties)
-
-