@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
ServiceInstanceList for 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.ServiceInstanceList
public java.util.List<io.micronaut.discovery.ServiceInstance> getInstances()
getInstances
in interface io.micronaut.discovery.ServiceInstanceList