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.ISpanITraceProvider. createSpan(String name)Create and return a new span.ITraceProvider.ISpanITraceProvider. 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.ISpanOtelPlugin. createSpan(String name)ITraceProvider.ISpanOtelPlugin. currentSpan()
-