Class ZipkinServiceInstanceList
java.lang.Object
io.micronaut.tracing.zipkin.http.client.ZipkinServiceInstanceList
- All Implemented Interfaces:
io.micronaut.discovery.ServiceInstanceList
@Singleton
@Requires(beans=HttpClientSenderConfiguration.class)
public class ZipkinServiceInstanceList
extends Object
implements io.micronaut.discovery.ServiceInstanceList
A
ServiceInstanceList
for Zipkin.- Since:
- 1.0
- Author:
- graemerocher
-
Field Summary
-
Constructor Summary
ConstructorDescriptionZipkinServiceInstanceList
(HttpClientSenderConfiguration configuration) Create aServiceInstanceList
for Zipkin with existing configuration. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.discovery.ServiceInstanceList
getContextPath
-
Field Details
-
SERVICE_ID
- See Also:
-
-
Constructor Details
-
ZipkinServiceInstanceList
Create aServiceInstanceList
for Zipkin with existing configuration.- Parameters:
configuration
- used to configure HTTP trace sending under thetracing.zipkin.http
namespace.
-
-
Method Details
-
getID
- Specified by:
getID
in interfaceio.micronaut.discovery.ServiceInstanceList
-
getInstances
- Specified by:
getInstances
in interfaceio.micronaut.discovery.ServiceInstanceList
-