18
18
// This file was generated by protoc-gen-rust-protobuf. The file was edited after the generation.
19
19
// All the repeated fields were changed to Option<Vec<T>>
20
20
21
- use crate :: handlers:: http:: otel:: proto:: common:: v1:: KeyValue ;
22
- use serde:: { Deserialize , Serialize } ;
23
-
24
- #[ derive( Serialize , Deserialize , Debug ) ]
25
- /// Resource information.
26
- pub struct Resource {
27
- /// Set of attributes that describe the resource.
28
- /// Attribute keys MUST be unique (it is not allowed to have more than one
29
- /// attribute with the same key).
30
- #[ serde( rename = "attributes" ) ]
31
- pub attributes : Option < Vec < KeyValue > > ,
32
- /// dropped_attributes_count is the number of dropped attributes. If the value is 0, then
33
- /// no attributes were dropped.
34
- #[ serde( rename = "droppedAttributesCount" ) ]
35
- pub dropped_attributes_count : Option < u32 > ,
36
- }
21
+ use crate :: handlers:: http:: otel:: proto:: common:: v1:: KeyValue ;
22
+ use serde:: { Deserialize , Serialize } ;
23
+
24
+ #[ derive( Serialize , Deserialize , Debug ) ]
25
+ /// Resource information.
26
+ pub struct Resource {
27
+ /// Set of attributes that describe the resource.
28
+ /// Attribute keys MUST be unique (it is not allowed to have more than one
29
+ /// attribute with the same key).
30
+ #[ serde( rename = "attributes" ) ]
31
+ pub attributes : Option < Vec < KeyValue > > ,
32
+ /// dropped_attributes_count is the number of dropped attributes. If the value is 0, then
33
+ /// no attributes were dropped.
34
+ #[ serde( rename = "droppedAttributesCount" ) ]
35
+ pub dropped_attributes_count : Option < u32 > ,
36
+ }
37
+
0 commit comments