@Singleton @Requires(beans=BraveTracerConfiguration.HttpClientSenderConfiguration.class) public class ZipkinServiceInstanceList extends java.lang.Object implements io.micronaut.discovery.ServiceInstanceList
ServiceInstanceList for Zipkin.| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | SERVICE_ID | 
| Constructor and Description | 
|---|
| ZipkinServiceInstanceList(BraveTracerConfiguration.HttpClientSenderConfiguration configuration)Create a  ServiceInstanceListfor Zipkin with existing configuration. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getID() | 
| java.util.List<io.micronaut.discovery.ServiceInstance> | getInstances() | 
public static final java.lang.String SERVICE_ID
public ZipkinServiceInstanceList(BraveTracerConfiguration.HttpClientSenderConfiguration configuration)
ServiceInstanceList for Zipkin with existing configuration.configuration - used to configure HTTP trace sending under the tracing.zipkin.http namespace.public java.lang.String getID()
getID in interface io.micronaut.discovery.ServiceInstanceListpublic java.util.List<io.micronaut.discovery.ServiceInstance> getInstances()
getInstances in interface io.micronaut.discovery.ServiceInstanceList