public class TracersStore extends Object
Modifier and Type | Method and Description |
---|---|
static TracersStore |
getInstance() |
io.opentracing.Tracer |
getTracer(String serviceName)
Return trace implementations for a specific service.
|
boolean |
isInitialized()
Checks whether the tracer store is initialized.
|
void |
loadTracers() |
public static TracersStore getInstance()
public void loadTracers()
public io.opentracing.Tracer getTracer(String serviceName)
serviceName
- name of service of whose trace implementations are neededpublic boolean isInitialized()
Copyright © 2018 WSO2. All rights reserved.