Package io.quarkus.test.bootstrap
Class JaegerService
- java.lang.Object
-
- io.quarkus.test.bootstrap.BaseService<JaegerService>
-
- io.quarkus.test.bootstrap.JaegerService
-
- All Implemented Interfaces:
Service,org.junit.jupiter.api.extension.ExtensionContext.Store.CloseableResource
public class JaegerService extends BaseService<JaegerService>
-
-
Field Summary
Fields Modifier and Type Field Description static StringJAEGER_API_PATHstatic StringJAEGER_TRACE_URL_PROPERTY-
Fields inherited from class io.quarkus.test.bootstrap.BaseService
SERVICE_STARTUP_TIMEOUT, SERVICE_STARTUP_TIMEOUT_DEFAULT
-
-
Constructor Summary
Constructors Constructor Description JaegerService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRestUrl()StringgetTraceUrl()-
Methods inherited from class io.quarkus.test.bootstrap.BaseService
getConfiguration, getDisplayName, getHost, getHost, getLogs, getName, getPort, getPort, getProperties, getPropertyFromContext, getServiceFolder, init, isRunning, logs, onPostStart, onPreStart, register, restart, start, stop, withProperties, withProperty, withProperty
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.quarkus.test.bootstrap.Service
close, getProperty, validate
-
-
-
-
Field Detail
-
JAEGER_TRACE_URL_PROPERTY
public static final String JAEGER_TRACE_URL_PROPERTY
- See Also:
- Constant Field Values
-
JAEGER_API_PATH
public static final String JAEGER_API_PATH
- See Also:
- Constant Field Values
-
-