| Package | Description |
|---|---|
| org.ballerinalang.util.tracer |
| Modifier and Type | Method and Description |
|---|---|
static ReferenceType |
ReferenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceType[] |
ReferenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
OpenTracerBallerinaWrapper.startSpan(String serviceName,
String spanName,
Map<String,String> tags,
ReferenceType referenceType,
Map<String,io.opentracing.SpanContext> parentSpanContext)
Method to start a span using parent span context.
|
String |
OpenTracerBallerinaWrapper.startSpan(String serviceName,
String spanName,
Map<String,String> tags,
ReferenceType referenceType,
String parentSpanId)
Method to start a span using parent span id.
|
Copyright © 2018 WSO2. All rights reserved.