go.opentelemetry.io/otel/label.Value.vtype (field)
12 uses
go.opentelemetry.io/otel/label (current package)
value.go#L35: vtype Type
value.go#L59: vtype: BOOL,
value.go#L67: vtype: INT64,
value.go#L75: vtype: UINT64,
value.go#L83: vtype: FLOAT64,
value.go#L91: vtype: INT32,
value.go#L99: vtype: UINT32,
value.go#L107: vtype: FLOAT32,
value.go#L115: vtype: STRING,
value.go#L156: vtype: ARRAY,
value.go#L161: return Value{vtype: INVALID}
value.go#L166: return v.vtype
![]() |
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. |