public class OCITracingContext extends Object implements TracingContext
| Constructor and Description |
|---|
OCITracingContext(InvocationContext invocationContext,
RuntimeContext runtimeContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppName() |
String |
getFlags() |
String |
getFunctionName() |
InvocationContext |
getInvocationContext() |
String |
getParentSpanId() |
RuntimeContext |
getRuntimeContext() |
String |
getServiceName() |
String |
getSpanId() |
String |
getTraceCollectorURL() |
String |
getTraceId() |
Boolean |
isSampled() |
Boolean |
isTracingEnabled() |
public OCITracingContext(InvocationContext invocationContext, RuntimeContext runtimeContext)
public InvocationContext getInvocationContext()
getInvocationContext in interface TracingContextpublic RuntimeContext getRuntimeContext()
getRuntimeContext in interface TracingContextpublic String getServiceName()
getServiceName in interface TracingContextpublic String getTraceCollectorURL()
getTraceCollectorURL in interface TracingContextpublic String getTraceId()
getTraceId in interface TracingContextpublic String getSpanId()
getSpanId in interface TracingContextpublic String getParentSpanId()
getParentSpanId in interface TracingContextpublic Boolean isSampled()
isSampled in interface TracingContextpublic String getFlags()
getFlags in interface TracingContextpublic Boolean isTracingEnabled()
isTracingEnabled in interface TracingContextpublic String getAppName()
getAppName in interface TracingContextpublic String getFunctionName()
getFunctionName in interface TracingContextCopyright © 2023. All rights reserved.