Uses of Interface
com.intergral.deep.agent.api.plugin.ITraceProvider.ISpan
-
Packages that use ITraceProvider.ISpan Package Description com.intergral.deep.agent.api.plugin com.intergral.deep.plugin -
-
Uses of ITraceProvider.ISpan in com.intergral.deep.agent.api.plugin
Methods in com.intergral.deep.agent.api.plugin that return ITraceProvider.ISpan Modifier and Type Method Description ITraceProvider.ISpan
ITraceProvider. createSpan(String name)
Create and return a new span.ITraceProvider.ISpan
ITraceProvider. currentSpan()
Get the current span from the underlying provider. -
Uses of ITraceProvider.ISpan in com.intergral.deep.plugin
Methods in com.intergral.deep.plugin that return ITraceProvider.ISpan Modifier and Type Method Description ITraceProvider.ISpan
OtelPlugin. createSpan(String name)
ITraceProvider.ISpan
OtelPlugin. currentSpan()
-