type go.opentelemetry.io/otel/api/trace.SpanKind
12 uses
go.opentelemetry.io/otel/api/trace (current package)
api.go#L151: SpanKind SpanKind
api.go#L172: type SpanKind int
api.go#L181: SpanKindUnspecified SpanKind = 0
api.go#L182: SpanKindInternal SpanKind = 1
api.go#L183: SpanKindServer SpanKind = 2
api.go#L184: SpanKindClient SpanKind = 3
api.go#L185: SpanKindProducer SpanKind = 4
api.go#L186: SpanKindConsumer SpanKind = 5
api.go#L191: func ValidateSpanKind(spanKind SpanKind) SpanKind {
api.go#L206: func (sk SpanKind) String() string {
api.go#L269: func WithSpanKind(sk SpanKind) StartOption {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |