Skip to content

Commit a9f1453

Browse files
authored
fix: update metrics proto and metric transformation. (open-telemetry#535)
1 parent 3ff1802 commit a9f1453

File tree

11 files changed

+1030
-724
lines changed

11 files changed

+1030
-724
lines changed

opentelemetry-otlp/src/proto/grpcio/common.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is generated by rust-protobuf 2.22.1. Do not edit
1+
// This file is generated by rust-protobuf 2.23.0. Do not edit
22
// @generated
33

44
// https://github.com/rust-lang/rust-clippy/issues/702
@@ -21,7 +21,7 @@
2121
2222
/// Generated files are compatible only with the same version
2323
/// of protobuf runtime.
24-
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_22_1;
24+
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0;
2525

2626
#[derive(PartialEq,Clone,Default)]
2727
#[cfg_attr(feature = "with-serde", derive(::serde::Serialize, ::serde::Deserialize))]
@@ -1488,12 +1488,12 @@ static file_descriptor_proto_data: &'static [u8] = b"\
14881488
lues\x18\x01\x20\x03(\x0b2'.opentelemetry.proto.common.v1.KeyValueR\x06v\
14891489
alues\"[\n\x08KeyValue\x12\x10\n\x03key\x18\x01\x20\x01(\tR\x03key\x12=\
14901490
\n\x05value\x18\x02\x20\x01(\x0b2'.opentelemetry.proto.common.v1.AnyValu\
1491-
eR\x05value\"8\n\x0eStringKeyValue\x12\x10\n\x03key\x18\x01\x20\x01(\tR\
1492-
\x03key\x12\x14\n\x05value\x18\x02\x20\x01(\tR\x05value\"F\n\x16Instrume\
1493-
ntationLibrary\x12\x12\n\x04name\x18\x01\x20\x01(\tR\x04name\x12\x18\n\
1494-
\x07version\x18\x02\x20\x01(\tR\x07versionBq\n\x20io.opentelemetry.proto\
1495-
.common.v1B\x0bCommonProtoP\x01Z>github.com/open-telemetry/opentelemetry\
1496-
-proto/gen/go/common/v1b\x06proto3\
1491+
eR\x05value\"<\n\x0eStringKeyValue\x12\x10\n\x03key\x18\x01\x20\x01(\tR\
1492+
\x03key\x12\x14\n\x05value\x18\x02\x20\x01(\tR\x05value:\x02\x18\x01\"F\
1493+
\n\x16InstrumentationLibrary\x12\x12\n\x04name\x18\x01\x20\x01(\tR\x04na\
1494+
me\x12\x18\n\x07version\x18\x02\x20\x01(\tR\x07versionBq\n\x20io.opentel\
1495+
emetry.proto.common.v1B\x0bCommonProtoP\x01Z>github.com/open-telemetry/o\
1496+
pentelemetry-proto/gen/go/common/v1b\x06proto3\
14971497
";
14981498

14991499
static file_descriptor_proto_lazy: ::protobuf::rt::LazyV2<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::rt::LazyV2::INIT;

0 commit comments

Comments
 (0)