Class DelegatedLoggingSpanTestExporter.Span
- java.lang.Object
-
- com.avioconsulting.mule.opentelemetry.internal.opentelemetry.sdk.test.DelegatedLoggingSpanTestExporter.Span
-
- Enclosing class:
- DelegatedLoggingSpanTestExporter
public static class DelegatedLoggingSpanTestExporter.Span extends Object
-
-
Constructor Summary
Constructors Constructor Description Span()
-
Method Summary
-
-
-
Method Detail
-
getInstrumentationName
public String getInstrumentationName()
-
setInstrumentationName
public void setInstrumentationName(String instrumentationName)
-
getInstrumentationVersion
public String getInstrumentationVersion()
-
setInstrumentationVersion
public void setInstrumentationVersion(String instrumentationVersion)
-
getSpanStatus
public String getSpanStatus()
-
setSpanStatus
public void setSpanStatus(String spanStatus)
-
getSpanStatusDescription
public String getSpanStatusDescription()
-
setSpanStatusDescription
public DelegatedLoggingSpanTestExporter.Span setSpanStatusDescription(String spanStatusDescription)
-
setSpanName
public void setSpanName(String spanName)
-
setTraceId
public void setTraceId(String traceId)
-
setSpanId
public void setSpanId(String spanId)
-
setSpanKind
public void setSpanKind(String spanKind)
-
getSpanName
public String getSpanName()
-
getTraceId
public String getTraceId()
-
getSpanId
public String getSpanId()
-
getSpanKind
public String getSpanKind()
-
getParentSpanContext
public DelegatedLoggingSpanTestExporter.SpanContext getParentSpanContext()
-
setParentSpanContext
public void setParentSpanContext(DelegatedLoggingSpanTestExporter.SpanContext parentSpanContext)
-
getSpanContext
public DelegatedLoggingSpanTestExporter.SpanContext getSpanContext()
-
setSpanContext
public void setSpanContext(DelegatedLoggingSpanTestExporter.SpanContext spanContext)
-
-