lib/opentelemetry/proto/common/v1/common_pb.rb in opentelemetry-exporter-otlp-0.25.0 vs lib/opentelemetry/proto/common/v1/common_pb.rb in opentelemetry-exporter-otlp-0.26.0

- old
+ new

@@ -24,17 +24,15 @@ end add_message "opentelemetry.proto.common.v1.KeyValue" do optional :key, :string, 1 optional :value, :message, 2, "opentelemetry.proto.common.v1.AnyValue" end - add_message "opentelemetry.proto.common.v1.InstrumentationLibrary" do - optional :name, :string, 1 - optional :version, :string, 2 - end add_message "opentelemetry.proto.common.v1.InstrumentationScope" do optional :name, :string, 1 optional :version, :string, 2 + repeated :attributes, :message, 3, "opentelemetry.proto.common.v1.KeyValue" + optional :dropped_attributes_count, :uint32, 4 end end end module Opentelemetry @@ -43,10 +41,9 @@ module V1 AnyValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("opentelemetry.proto.common.v1.AnyValue").msgclass ArrayValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("opentelemetry.proto.common.v1.ArrayValue").msgclass KeyValueList = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("opentelemetry.proto.common.v1.KeyValueList").msgclass KeyValue = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("opentelemetry.proto.common.v1.KeyValue").msgclass - InstrumentationLibrary = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("opentelemetry.proto.common.v1.InstrumentationLibrary").msgclass InstrumentationScope = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("opentelemetry.proto.common.v1.InstrumentationScope").msgclass end end end end