Versions in this module Expand all Collapse all v0 v0.18.1 Jan 6, 2023 Changes in this version + var File_opentelemetry_proto_common_v1_common_proto protoreflect.FileDescriptor + type AnyValue struct + Value isAnyValue_Value + func (*AnyValue) Descriptor() ([]byte, []int) + func (*AnyValue) ProtoMessage() + func (m *AnyValue) GetValue() isAnyValue_Value + func (x *AnyValue) GetArrayValue() *ArrayValue + func (x *AnyValue) GetBoolValue() bool + func (x *AnyValue) GetBytesValue() []byte + func (x *AnyValue) GetDoubleValue() float64 + func (x *AnyValue) GetIntValue() int64 + func (x *AnyValue) GetKvlistValue() *KeyValueList + func (x *AnyValue) GetStringValue() string + func (x *AnyValue) ProtoReflect() protoreflect.Message + func (x *AnyValue) Reset() + func (x *AnyValue) String() string + type AnyValue_ArrayValue struct + ArrayValue *ArrayValue + type AnyValue_BoolValue struct + BoolValue bool + type AnyValue_BytesValue struct + BytesValue []byte + type AnyValue_DoubleValue struct + DoubleValue float64 + type AnyValue_IntValue struct + IntValue int64 + type AnyValue_KvlistValue struct + KvlistValue *KeyValueList + type AnyValue_StringValue struct + StringValue string + type ArrayValue struct + Values []*AnyValue + func (*ArrayValue) Descriptor() ([]byte, []int) + func (*ArrayValue) ProtoMessage() + func (x *ArrayValue) GetValues() []*AnyValue + func (x *ArrayValue) ProtoReflect() protoreflect.Message + func (x *ArrayValue) Reset() + func (x *ArrayValue) String() string + type InstrumentationScope struct + Attributes []*KeyValue + DroppedAttributesCount uint32 + Name string + Version string + func (*InstrumentationScope) Descriptor() ([]byte, []int) + func (*InstrumentationScope) ProtoMessage() + func (x *InstrumentationScope) GetAttributes() []*KeyValue + func (x *InstrumentationScope) GetDroppedAttributesCount() uint32 + func (x *InstrumentationScope) GetName() string + func (x *InstrumentationScope) GetVersion() string + func (x *InstrumentationScope) ProtoReflect() protoreflect.Message + func (x *InstrumentationScope) Reset() + func (x *InstrumentationScope) String() string + type KeyValue struct + Key string + Value *AnyValue + func (*KeyValue) Descriptor() ([]byte, []int) + func (*KeyValue) ProtoMessage() + func (x *KeyValue) GetKey() string + func (x *KeyValue) GetValue() *AnyValue + func (x *KeyValue) ProtoReflect() protoreflect.Message + func (x *KeyValue) Reset() + func (x *KeyValue) String() string + type KeyValueList struct + Values []*KeyValue + func (*KeyValueList) Descriptor() ([]byte, []int) + func (*KeyValueList) ProtoMessage() + func (x *KeyValueList) GetValues() []*KeyValue + func (x *KeyValueList) ProtoReflect() protoreflect.Message + func (x *KeyValueList) Reset() + func (x *KeyValueList) String() string + type StringKeyValue struct + Key string + Value string + func (*StringKeyValue) Descriptor() ([]byte, []int) + func (*StringKeyValue) ProtoMessage() + func (x *StringKeyValue) GetKey() string + func (x *StringKeyValue) GetValue() string + func (x *StringKeyValue) ProtoReflect() protoreflect.Message + func (x *StringKeyValue) Reset() + func (x *StringKeyValue) String() string