type go.opentelemetry.io/otel/label.Value
42 uses
go.opentelemetry.io/otel/label (current package)
kv.go#L26: Value Value
set.go#L120: func (l *Set) Value(k Key) (Value, bool) {
set.go#L122: return Value{}, false
set.go#L131: return Value{}, false
set.go#L137: return Value{}, false
value.go#L34: type Value struct {
value.go#L57: func BoolValue(v bool) Value {
value.go#L58: return Value{
value.go#L65: func Int64Value(v int64) Value {
value.go#L66: return Value{
value.go#L73: func Uint64Value(v uint64) Value {
value.go#L74: return Value{
value.go#L81: func Float64Value(v float64) Value {
value.go#L82: return Value{
value.go#L89: func Int32Value(v int32) Value {
value.go#L90: return Value{
value.go#L97: func Uint32Value(v uint32) Value {
value.go#L98: return Value{
value.go#L105: func Float32Value(v float32) Value {
value.go#L106: return Value{
value.go#L113: func StringValue(v string) Value {
value.go#L114: return Value{
value.go#L122: func IntValue(v int) Value {
value.go#L131: func UintValue(v uint) Value {
value.go#L139: func ArrayValue(array interface{}) Value {
value.go#L155: return Value{
value.go#L161: return Value{vtype: INVALID}
value.go#L165: func (v Value) Type() Type {
value.go#L171: func (v Value) AsBool() bool {
value.go#L177: func (v Value) AsInt32() int32 {
value.go#L183: func (v Value) AsInt64() int64 {
value.go#L189: func (v Value) AsUint32() uint32 {
value.go#L195: func (v Value) AsUint64() uint64 {
value.go#L201: func (v Value) AsFloat32() float32 {
value.go#L207: func (v Value) AsFloat64() float64 {
value.go#L213: func (v Value) AsString() string {
value.go#L218: func (v Value) AsArray() interface{} {
value.go#L225: func (v Value) AsInterface() interface{} {
value.go#L250: func (v Value) Emit() string {
value.go#L276: func (v Value) MarshalJSON() ([]byte, error) {
go.opentelemetry.io/otel/api/correlation
map.go#L19: type rawMap map[label.Key]label.Value
map.go#L147: func (m Map) Value(k label.Key) (label.Value, bool) {
![]() |
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. |