// Copyright 2019, OpenTelemetry Authors//// Licensed under the Apache License, Version 2.0 (the "License");// you may not use this file except in compliance with the License.// You may obtain a copy of the License at//// http://www.apache.org/licenses/LICENSE-2.0//// Unless required by applicable law or agreed to in writing, software// distributed under the License is distributed on an "AS IS" BASIS,// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.// See the License for the specific language governing permissions and// limitations under the License.// Code generated by protoc-gen-go. DO NOT EDIT.// versions:// protoc-gen-go v1.26.0// protoc v3.21.6// source: opentelemetry/proto/common/v1/common.protopackage v1import (protoreflectprotoimplreflectsync)const (// Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)// Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20))// Represents any type of attribute value. AnyValue may contain a// primitive value such as a string or integer or it may contain an arbitrary nested// object containing arrays, key-value lists and primitives.typeAnyValuestruct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields// The value is one of the listed fields. It is valid for all values to be unspecified // in which case this AnyValue is considered to be "empty". // // Types that are assignable to Value: // *AnyValue_StringValue // *AnyValue_BoolValue // *AnyValue_IntValue // *AnyValue_DoubleValue // *AnyValue_ArrayValue // *AnyValue_KvlistValue // *AnyValue_BytesValue // *AnyValue_StringValueStrindex Value isAnyValue_Value`protobuf_oneof:"value"`}func ( *AnyValue) () { * = AnyValue{}ifprotoimpl.UnsafeEnabled { := &file_opentelemetry_proto_common_v1_common_proto_msgTypes[0] := protoimpl.X.MessageStateOf(protoimpl.Pointer()) .StoreMessageInfo() }}func ( *AnyValue) () string {returnprotoimpl.X.MessageStringOf()}func (*AnyValue) () {}func ( *AnyValue) () protoreflect.Message { := &file_opentelemetry_proto_common_v1_common_proto_msgTypes[0]ifprotoimpl.UnsafeEnabled && != nil { := protoimpl.X.MessageStateOf(protoimpl.Pointer())if .LoadMessageInfo() == nil { .StoreMessageInfo() }return }return .MessageOf()}// Deprecated: Use AnyValue.ProtoReflect.Descriptor instead.func (*AnyValue) () ([]byte, []int) {returnfile_opentelemetry_proto_common_v1_common_proto_rawDescGZIP(), []int{0}}func ( *AnyValue) () isAnyValue_Value {if != nil {return .Value }returnnil}func ( *AnyValue) () string {if , := .GetValue().(*AnyValue_StringValue); {return .StringValue }return""}func ( *AnyValue) () bool {if , := .GetValue().(*AnyValue_BoolValue); {return .BoolValue }returnfalse}func ( *AnyValue) () int64 {if , := .GetValue().(*AnyValue_IntValue); {return .IntValue }return0}func ( *AnyValue) () float64 {if , := .GetValue().(*AnyValue_DoubleValue); {return .DoubleValue }return0}func ( *AnyValue) () *ArrayValue {if , := .GetValue().(*AnyValue_ArrayValue); {return .ArrayValue }returnnil}func ( *AnyValue) () *KeyValueList {if , := .GetValue().(*AnyValue_KvlistValue); {return .KvlistValue }returnnil}func ( *AnyValue) () []byte {if , := .GetValue().(*AnyValue_BytesValue); {return .BytesValue }returnnil}func ( *AnyValue) () int32 {if , := .GetValue().(*AnyValue_StringValueStrindex); {return .StringValueStrindex }return0}type isAnyValue_Value interface { isAnyValue_Value()}typeAnyValue_StringValuestruct { StringValue string`protobuf:"bytes,1,opt,name=string_value,json=stringValue,proto3,oneof"`}typeAnyValue_BoolValuestruct { BoolValue bool`protobuf:"varint,2,opt,name=bool_value,json=boolValue,proto3,oneof"`}typeAnyValue_IntValuestruct { IntValue int64`protobuf:"varint,3,opt,name=int_value,json=intValue,proto3,oneof"`}typeAnyValue_DoubleValuestruct { DoubleValue float64`protobuf:"fixed64,4,opt,name=double_value,json=doubleValue,proto3,oneof"`}typeAnyValue_ArrayValuestruct { ArrayValue *ArrayValue`protobuf:"bytes,5,opt,name=array_value,json=arrayValue,proto3,oneof"`}typeAnyValue_KvlistValuestruct { KvlistValue *KeyValueList`protobuf:"bytes,6,opt,name=kvlist_value,json=kvlistValue,proto3,oneof"`}typeAnyValue_BytesValuestruct { BytesValue []byte`protobuf:"bytes,7,opt,name=bytes_value,json=bytesValue,proto3,oneof"`}typeAnyValue_StringValueStrindexstruct {// Reference to the string value in ProfilesDictionary.string_table. // // Note: This is currently used exclusively in the Profiling signal. // Implementers of OTLP receivers for signals other than Profiling should // treat the presence of this value as a non-fatal issue. // Log an error or warning indicating an unexpected field intended for the // Profiling signal and process the data as if this value were absent or // empty, ignoring its semantic content for the non-Profiling signal. // // Status: [Development] StringValueStrindex int32`protobuf:"varint,8,opt,name=string_value_strindex,json=stringValueStrindex,proto3,oneof"`}func (*AnyValue_StringValue) () {}func (*AnyValue_BoolValue) () {}func (*AnyValue_IntValue) () {}func (*AnyValue_DoubleValue) () {}func (*AnyValue_ArrayValue) () {}func (*AnyValue_KvlistValue) () {}func (*AnyValue_BytesValue) () {}func (*AnyValue_StringValueStrindex) () {}// ArrayValue is a list of AnyValue messages. We need ArrayValue as a message// since oneof in AnyValue does not allow repeated fields.typeArrayValuestruct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields// Array of values. The array may be empty (contain 0 elements). Values []*AnyValue`protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`}func ( *ArrayValue) () { * = ArrayValue{}ifprotoimpl.UnsafeEnabled { := &file_opentelemetry_proto_common_v1_common_proto_msgTypes[1] := protoimpl.X.MessageStateOf(protoimpl.Pointer()) .StoreMessageInfo() }}func ( *ArrayValue) () string {returnprotoimpl.X.MessageStringOf()}func (*ArrayValue) () {}func ( *ArrayValue) () protoreflect.Message { := &file_opentelemetry_proto_common_v1_common_proto_msgTypes[1]ifprotoimpl.UnsafeEnabled && != nil { := protoimpl.X.MessageStateOf(protoimpl.Pointer())if .LoadMessageInfo() == nil { .StoreMessageInfo() }return }return .MessageOf()}// Deprecated: Use ArrayValue.ProtoReflect.Descriptor instead.func (*ArrayValue) () ([]byte, []int) {returnfile_opentelemetry_proto_common_v1_common_proto_rawDescGZIP(), []int{1}}func ( *ArrayValue) () []*AnyValue {if != nil {return .Values }returnnil}// KeyValueList is a list of KeyValue messages. We need KeyValueList as a message// since `oneof` in AnyValue does not allow repeated fields. Everywhere else where we need// a list of KeyValue messages (e.g. in Span) we use `repeated KeyValue` directly to// avoid unnecessary extra wrapping (which slows down the protocol). The 2 approaches// are semantically equivalent.typeKeyValueListstruct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields// A collection of key/value pairs of key-value pairs. The list may be empty (may // contain 0 elements). // // The keys MUST be unique (it is not allowed to have more than one // value with the same key). // The behavior of software that receives duplicated keys can be unpredictable. Values []*KeyValue`protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`}func ( *KeyValueList) () { * = KeyValueList{}ifprotoimpl.UnsafeEnabled { := &file_opentelemetry_proto_common_v1_common_proto_msgTypes[2] := protoimpl.X.MessageStateOf(protoimpl.Pointer()) .StoreMessageInfo() }}func ( *KeyValueList) () string {returnprotoimpl.X.MessageStringOf()}func (*KeyValueList) () {}func ( *KeyValueList) () protoreflect.Message { := &file_opentelemetry_proto_common_v1_common_proto_msgTypes[2]ifprotoimpl.UnsafeEnabled && != nil { := protoimpl.X.MessageStateOf(protoimpl.Pointer())if .LoadMessageInfo() == nil { .StoreMessageInfo() }return }return .MessageOf()}// Deprecated: Use KeyValueList.ProtoReflect.Descriptor instead.func (*KeyValueList) () ([]byte, []int) {returnfile_opentelemetry_proto_common_v1_common_proto_rawDescGZIP(), []int{2}}func ( *KeyValueList) () []*KeyValue {if != nil {return .Values }returnnil}// Represents a key-value pair that is used to store Span attributes, Link// attributes, etc.typeKeyValuestruct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields// The key name of the pair. // key_ref MUST NOT be set if key is used. Key string`protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`// The value of the pair. Value *AnyValue`protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`// Reference to the string key in ProfilesDictionary.string_table. // key MUST NOT be set if key_strindex is used. // // Note: This is currently used exclusively in the Profiling signal. // Implementers of OTLP receivers for signals other than Profiling should // treat the presence of this key as a non-fatal issue. // Log an error or warning indicating an unexpected field intended for the // Profiling signal and process the data as if this value were absent or // empty, ignoring its semantic content for the non-Profiling signal. // // Status: [Development] KeyStrindex int32`protobuf:"varint,3,opt,name=key_strindex,json=keyStrindex,proto3" json:"key_strindex,omitempty"`}func ( *KeyValue) () { * = KeyValue{}ifprotoimpl.UnsafeEnabled { := &file_opentelemetry_proto_common_v1_common_proto_msgTypes[3] := protoimpl.X.MessageStateOf(protoimpl.Pointer()) .StoreMessageInfo() }}func ( *KeyValue) () string {returnprotoimpl.X.MessageStringOf()}func (*KeyValue) () {}func ( *KeyValue) () protoreflect.Message { := &file_opentelemetry_proto_common_v1_common_proto_msgTypes[3]ifprotoimpl.UnsafeEnabled && != nil { := protoimpl.X.MessageStateOf(protoimpl.Pointer())if .LoadMessageInfo() == nil { .StoreMessageInfo() }return }return .MessageOf()}// Deprecated: Use KeyValue.ProtoReflect.Descriptor instead.func (*KeyValue) () ([]byte, []int) {returnfile_opentelemetry_proto_common_v1_common_proto_rawDescGZIP(), []int{3}}func ( *KeyValue) () string {if != nil {return .Key }return""}func ( *KeyValue) () *AnyValue {if != nil {return .Value }returnnil}func ( *KeyValue) () int32 {if != nil {return .KeyStrindex }return0}// InstrumentationScope is a message representing the instrumentation scope information// such as the fully qualified name and version.typeInstrumentationScopestruct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields// A name denoting the Instrumentation scope. // An empty instrumentation scope name means the name is unknown. Name string`protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`// Defines the version of the instrumentation scope. // An empty instrumentation scope version means the version is unknown. Version string`protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`// Additional attributes that describe the scope. [Optional]. // Attribute keys MUST be unique (it is not allowed to have more than one // attribute with the same key). // The behavior of software that receives duplicated keys can be unpredictable. Attributes []*KeyValue`protobuf:"bytes,3,rep,name=attributes,proto3" json:"attributes,omitempty"`// The number of attributes that were discarded. Attributes // can be discarded because their keys are too long or because there are too many // attributes. If this value is 0, then no attributes were dropped. DroppedAttributesCount uint32`protobuf:"varint,4,opt,name=dropped_attributes_count,json=droppedAttributesCount,proto3" json:"dropped_attributes_count,omitempty"`}func ( *InstrumentationScope) () { * = InstrumentationScope{}ifprotoimpl.UnsafeEnabled { := &file_opentelemetry_proto_common_v1_common_proto_msgTypes[4] := protoimpl.X.MessageStateOf(protoimpl.Pointer()) .StoreMessageInfo() }}func ( *InstrumentationScope) () string {returnprotoimpl.X.MessageStringOf()}func (*InstrumentationScope) () {}func ( *InstrumentationScope) () protoreflect.Message { := &file_opentelemetry_proto_common_v1_common_proto_msgTypes[4]ifprotoimpl.UnsafeEnabled && != nil { := protoimpl.X.MessageStateOf(protoimpl.Pointer())if .LoadMessageInfo() == nil { .StoreMessageInfo() }return }return .MessageOf()}// Deprecated: Use InstrumentationScope.ProtoReflect.Descriptor instead.func (*InstrumentationScope) () ([]byte, []int) {returnfile_opentelemetry_proto_common_v1_common_proto_rawDescGZIP(), []int{4}}func ( *InstrumentationScope) () string {if != nil {return .Name }return""}func ( *InstrumentationScope) () string {if != nil {return .Version }return""}func ( *InstrumentationScope) () []*KeyValue {if != nil {return .Attributes }returnnil}func ( *InstrumentationScope) () uint32 {if != nil {return .DroppedAttributesCount }return0}// A reference to an Entity.// Entity represents an object of interest associated with produced telemetry: e.g spans, metrics, profiles, or logs.//// Status: [Development]typeEntityRefstruct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields// The Schema URL, if known. This is the identifier of the Schema that the entity data // is recorded in. To learn more about Schema URL see // https://opentelemetry.io/docs/specs/otel/schemas/#schema-url // // This schema_url applies to the data in this message and to the Resource attributes // referenced by id_keys and description_keys. // TODO: discuss if we are happy with this somewhat complicated definition of what // the schema_url applies to. // // This field obsoletes the schema_url field in ResourceMetrics/ResourceSpans/ResourceLogs. SchemaUrl string`protobuf:"bytes,1,opt,name=schema_url,json=schemaUrl,proto3" json:"schema_url,omitempty"`// Defines the type of the entity. MUST not change during the lifetime of the entity. // For example: "service" or "host". This field is required and MUST not be empty // for valid entities. Type string`protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`// Attribute Keys that identify the entity. // MUST not change during the lifetime of the entity. The Id must contain at least one attribute. // These keys MUST exist in the containing {message}.attributes. IdKeys []string`protobuf:"bytes,3,rep,name=id_keys,json=idKeys,proto3" json:"id_keys,omitempty"`// Descriptive (non-identifying) attribute keys of the entity. // MAY change over the lifetime of the entity. MAY be empty. // These attribute keys are not part of entity's identity. // These keys MUST exist in the containing {message}.attributes. DescriptionKeys []string`protobuf:"bytes,4,rep,name=description_keys,json=descriptionKeys,proto3" json:"description_keys,omitempty"`}func ( *EntityRef) () { * = EntityRef{}ifprotoimpl.UnsafeEnabled { := &file_opentelemetry_proto_common_v1_common_proto_msgTypes[5] := protoimpl.X.MessageStateOf(protoimpl.Pointer()) .StoreMessageInfo() }}func ( *EntityRef) () string {returnprotoimpl.X.MessageStringOf()}func (*EntityRef) () {}func ( *EntityRef) () protoreflect.Message { := &file_opentelemetry_proto_common_v1_common_proto_msgTypes[5]ifprotoimpl.UnsafeEnabled && != nil { := protoimpl.X.MessageStateOf(protoimpl.Pointer())if .LoadMessageInfo() == nil { .StoreMessageInfo() }return }return .MessageOf()}// Deprecated: Use EntityRef.ProtoReflect.Descriptor instead.func (*EntityRef) () ([]byte, []int) {returnfile_opentelemetry_proto_common_v1_common_proto_rawDescGZIP(), []int{5}}func ( *EntityRef) () string {if != nil {return .SchemaUrl }return""}func ( *EntityRef) () string {if != nil {return .Type }return""}func ( *EntityRef) () []string {if != nil {return .IdKeys }returnnil}func ( *EntityRef) () []string {if != nil {return .DescriptionKeys }returnnil}varFile_opentelemetry_proto_common_v1_common_protoprotoreflect.FileDescriptorvar file_opentelemetry_proto_common_v1_common_proto_rawDesc = []byte{0x0a, 0x2a, 0x6f, 0x70, 0x65, 0x6e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f,0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x76, 0x31, 0x2f,0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1d, 0x6f, 0x70,0x65, 0x6e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74,0x6f, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x22, 0x96, 0x03, 0x0a, 0x08,0x41, 0x6e, 0x79, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x23, 0x0a, 0x0c, 0x73, 0x74, 0x72, 0x69,0x6e, 0x67, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00,0x52, 0x0b, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1f, 0x0a,0x0a, 0x62, 0x6f, 0x6f, 0x6c, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,0x08, 0x48, 0x00, 0x52, 0x09, 0x62, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1d,0x0a, 0x09, 0x69, 0x6e, 0x74, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,0x03, 0x48, 0x00, 0x52, 0x08, 0x69, 0x6e, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x23, 0x0a,0x0c, 0x64, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x04, 0x20,0x01, 0x28, 0x01, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c,0x75, 0x65, 0x12, 0x4c, 0x0a, 0x0b, 0x61, 0x72, 0x72, 0x61, 0x79, 0x5f, 0x76, 0x61, 0x6c, 0x75,0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x74, 0x65,0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x63, 0x6f,0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x72, 0x72, 0x61, 0x79, 0x56, 0x61, 0x6c,0x75, 0x65, 0x48, 0x00, 0x52, 0x0a, 0x61, 0x72, 0x72, 0x61, 0x79, 0x56, 0x61, 0x6c, 0x75, 0x65,0x12, 0x50, 0x0a, 0x0c, 0x6b, 0x76, 0x6c, 0x69, 0x73, 0x74, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65,0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x74, 0x65, 0x6c,0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x63, 0x6f, 0x6d,0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x4b, 0x65, 0x79, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x4c,0x69, 0x73, 0x74, 0x48, 0x00, 0x52, 0x0b, 0x6b, 0x76, 0x6c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c,0x75, 0x65, 0x12, 0x21, 0x0a, 0x0b, 0x62, 0x79, 0x74, 0x65, 0x73, 0x5f, 0x76, 0x61, 0x6c, 0x75,0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0c, 0x48, 0x00, 0x52, 0x0a, 0x62, 0x79, 0x74, 0x65, 0x73,0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x34, 0x0a, 0x15, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x5f,0x76, 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x08,0x20, 0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x13, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61,0x6c, 0x75, 0x65, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x42, 0x07, 0x0a, 0x05, 0x76,0x61, 0x6c, 0x75, 0x65, 0x22, 0x4d, 0x0a, 0x0a, 0x41, 0x72, 0x72, 0x61, 0x79, 0x56, 0x61, 0x6c,0x75, 0x65, 0x12, 0x3f, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03,0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74,0x72, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,0x76, 0x31, 0x2e, 0x41, 0x6e, 0x79, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x06, 0x76, 0x61, 0x6c,0x75, 0x65, 0x73, 0x22, 0x4f, 0x0a, 0x0c, 0x4b, 0x65, 0x79, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x4c,0x69, 0x73, 0x74, 0x12, 0x3f, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x01, 0x20,0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65,0x74, 0x72, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,0x2e, 0x76, 0x31, 0x2e, 0x4b, 0x65, 0x79, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x06, 0x76, 0x61,0x6c, 0x75, 0x65, 0x73, 0x22, 0x7e, 0x0a, 0x08, 0x4b, 0x65, 0x79, 0x56, 0x61, 0x6c, 0x75, 0x65,0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b,0x65, 0x79, 0x12, 0x3d, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,0x0b, 0x32, 0x27, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72,0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76,0x31, 0x2e, 0x41, 0x6e, 0x79, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75,0x65, 0x12, 0x21, 0x0a, 0x0c, 0x6b, 0x65, 0x79, 0x5f, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x64, 0x65,0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x6b, 0x65, 0x79, 0x53, 0x74, 0x72, 0x69,0x6e, 0x64, 0x65, 0x78, 0x22, 0xc7, 0x01, 0x0a, 0x14, 0x49, 0x6e, 0x73, 0x74, 0x72, 0x75, 0x6d,0x65, 0x6e, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x12, 0x0a,0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d,0x65, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01,0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x47, 0x0a, 0x0a, 0x61,0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32,0x27, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2e,0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e,0x4b, 0x65, 0x79, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0a, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62,0x75, 0x74, 0x65, 0x73, 0x12, 0x38, 0x0a, 0x18, 0x64, 0x72, 0x6f, 0x70, 0x70, 0x65, 0x64, 0x5f,0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74,0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x16, 0x64, 0x72, 0x6f, 0x70, 0x70, 0x65, 0x64, 0x41,0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x82,0x01, 0x0a, 0x09, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x65, 0x66, 0x12, 0x1d, 0x0a, 0x0a,0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,0x52, 0x09, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x55, 0x72, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x74,0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12,0x17, 0x0a, 0x07, 0x69, 0x64, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09,0x52, 0x06, 0x69, 0x64, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x29, 0x0a, 0x10, 0x64, 0x65, 0x73, 0x63,0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x04, 0x20, 0x03,0x28, 0x09, 0x52, 0x0f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4b,0x65, 0x79, 0x73, 0x42, 0x7b, 0x0a, 0x20, 0x69, 0x6f, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x74, 0x65,0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x63, 0x6f,0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x42, 0x0b, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50,0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x28, 0x67, 0x6f, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x74,0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2e, 0x69, 0x6f, 0x2f, 0x70, 0x72, 0x6f, 0x74,0x6f, 0x2f, 0x6f, 0x74, 0x6c, 0x70, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x76, 0x31,0xaa, 0x02, 0x1d, 0x4f, 0x70, 0x65, 0x6e, 0x54, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79,0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x56, 0x31,0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,}var ( file_opentelemetry_proto_common_v1_common_proto_rawDescOnce sync.Once file_opentelemetry_proto_common_v1_common_proto_rawDescData = file_opentelemetry_proto_common_v1_common_proto_rawDesc)func file_opentelemetry_proto_common_v1_common_proto_rawDescGZIP() []byte {file_opentelemetry_proto_common_v1_common_proto_rawDescOnce.Do(func() {file_opentelemetry_proto_common_v1_common_proto_rawDescData = protoimpl.X.CompressGZIP(file_opentelemetry_proto_common_v1_common_proto_rawDescData) })returnfile_opentelemetry_proto_common_v1_common_proto_rawDescData}var file_opentelemetry_proto_common_v1_common_proto_msgTypes = make([]protoimpl.MessageInfo, 6)var file_opentelemetry_proto_common_v1_common_proto_goTypes = []interface{}{ (*AnyValue)(nil), // 0: opentelemetry.proto.common.v1.AnyValue (*ArrayValue)(nil), // 1: opentelemetry.proto.common.v1.ArrayValue (*KeyValueList)(nil), // 2: opentelemetry.proto.common.v1.KeyValueList (*KeyValue)(nil), // 3: opentelemetry.proto.common.v1.KeyValue (*InstrumentationScope)(nil), // 4: opentelemetry.proto.common.v1.InstrumentationScope (*EntityRef)(nil), // 5: opentelemetry.proto.common.v1.EntityRef}var file_opentelemetry_proto_common_v1_common_proto_depIdxs = []int32{1, // 0: opentelemetry.proto.common.v1.AnyValue.array_value:type_name -> opentelemetry.proto.common.v1.ArrayValue2, // 1: opentelemetry.proto.common.v1.AnyValue.kvlist_value:type_name -> opentelemetry.proto.common.v1.KeyValueList0, // 2: opentelemetry.proto.common.v1.ArrayValue.values:type_name -> opentelemetry.proto.common.v1.AnyValue3, // 3: opentelemetry.proto.common.v1.KeyValueList.values:type_name -> opentelemetry.proto.common.v1.KeyValue0, // 4: opentelemetry.proto.common.v1.KeyValue.value:type_name -> opentelemetry.proto.common.v1.AnyValue3, // 5: opentelemetry.proto.common.v1.InstrumentationScope.attributes:type_name -> opentelemetry.proto.common.v1.KeyValue6, // [6:6] is the sub-list for method output_type6, // [6:6] is the sub-list for method input_type6, // [6:6] is the sub-list for extension type_name6, // [6:6] is the sub-list for extension extendee0, // [0:6] is the sub-list for field type_name}func init() { file_opentelemetry_proto_common_v1_common_proto_init() }func file_opentelemetry_proto_common_v1_common_proto_init() {ifFile_opentelemetry_proto_common_v1_common_proto != nil {return }if !protoimpl.UnsafeEnabled {file_opentelemetry_proto_common_v1_common_proto_msgTypes[0].Exporter = func( interface{}, int) interface{} {switch := .(*AnyValue); {case0:return &.statecase1:return &.sizeCachecase2:return &.unknownFieldsdefault:returnnil } }file_opentelemetry_proto_common_v1_common_proto_msgTypes[1].Exporter = func( interface{}, int) interface{} {switch := .(*ArrayValue); {case0:return &.statecase1:return &.sizeCachecase2:return &.unknownFieldsdefault:returnnil } }file_opentelemetry_proto_common_v1_common_proto_msgTypes[2].Exporter = func( interface{}, int) interface{} {switch := .(*KeyValueList); {case0:return &.statecase1:return &.sizeCachecase2:return &.unknownFieldsdefault:returnnil } }file_opentelemetry_proto_common_v1_common_proto_msgTypes[3].Exporter = func( interface{}, int) interface{} {switch := .(*KeyValue); {case0:return &.statecase1:return &.sizeCachecase2:return &.unknownFieldsdefault:returnnil } }file_opentelemetry_proto_common_v1_common_proto_msgTypes[4].Exporter = func( interface{}, int) interface{} {switch := .(*InstrumentationScope); {case0:return &.statecase1:return &.sizeCachecase2:return &.unknownFieldsdefault:returnnil } }file_opentelemetry_proto_common_v1_common_proto_msgTypes[5].Exporter = func( interface{}, int) interface{} {switch := .(*EntityRef); {case0:return &.statecase1:return &.sizeCachecase2:return &.unknownFieldsdefault:returnnil } } }file_opentelemetry_proto_common_v1_common_proto_msgTypes[0].OneofWrappers = []interface{}{ (*AnyValue_StringValue)(nil), (*AnyValue_BoolValue)(nil), (*AnyValue_IntValue)(nil), (*AnyValue_DoubleValue)(nil), (*AnyValue_ArrayValue)(nil), (*AnyValue_KvlistValue)(nil), (*AnyValue_BytesValue)(nil), (*AnyValue_StringValueStrindex)(nil), }typestruct{} := protoimpl.TypeBuilder{File: protoimpl.DescBuilder{GoPackagePath: reflect.TypeOf({}).PkgPath(),RawDescriptor: file_opentelemetry_proto_common_v1_common_proto_rawDesc,NumEnums: 0,NumMessages: 6,NumExtensions: 0,NumServices: 0, },GoTypes: file_opentelemetry_proto_common_v1_common_proto_goTypes,DependencyIndexes: file_opentelemetry_proto_common_v1_common_proto_depIdxs,MessageInfos: file_opentelemetry_proto_common_v1_common_proto_msgTypes, }.Build()File_opentelemetry_proto_common_v1_common_proto = .Filefile_opentelemetry_proto_common_v1_common_proto_rawDesc = nilfile_opentelemetry_proto_common_v1_common_proto_goTypes = nilfile_opentelemetry_proto_common_v1_common_proto_depIdxs = nil}
The pages are generated with Goldsv0.8.2. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds.