Skip to content

Commit 4bc02f4

Browse files
authored
Regenerate otlp proto files to fix CI (#2077)
1 parent 976bc54 commit 4bc02f4

9 files changed

+0
-50
lines changed

opentelemetry-proto/src/proto/tonic/opentelemetry.proto.collector.logs.v1.rs

-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
33
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
44
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
5-
#[allow(clippy::derive_partial_eq_without_eq)]
65
#[derive(Clone, PartialEq, ::prost::Message)]
76
pub struct ExportLogsServiceRequest {
87
/// An array of ResourceLogs.
@@ -18,7 +17,6 @@ pub struct ExportLogsServiceRequest {
1817
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
1918
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
2019
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
21-
#[allow(clippy::derive_partial_eq_without_eq)]
2220
#[derive(Clone, PartialEq, ::prost::Message)]
2321
pub struct ExportLogsServiceResponse {
2422
/// The details of a partially successful export request.
@@ -42,7 +40,6 @@ pub struct ExportLogsServiceResponse {
4240
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
4341
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
4442
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
45-
#[allow(clippy::derive_partial_eq_without_eq)]
4643
#[derive(Clone, PartialEq, ::prost::Message)]
4744
pub struct ExportLogsPartialSuccess {
4845
/// The number of rejected log records.

opentelemetry-proto/src/proto/tonic/opentelemetry.proto.collector.metrics.v1.rs

-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
33
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
44
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
5-
#[allow(clippy::derive_partial_eq_without_eq)]
65
#[derive(Clone, PartialEq, ::prost::Message)]
76
pub struct ExportMetricsServiceRequest {
87
/// An array of ResourceMetrics.
@@ -18,7 +17,6 @@ pub struct ExportMetricsServiceRequest {
1817
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
1918
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
2019
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
21-
#[allow(clippy::derive_partial_eq_without_eq)]
2220
#[derive(Clone, PartialEq, ::prost::Message)]
2321
pub struct ExportMetricsServiceResponse {
2422
/// The details of a partially successful export request.
@@ -42,7 +40,6 @@ pub struct ExportMetricsServiceResponse {
4240
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
4341
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
4442
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
45-
#[allow(clippy::derive_partial_eq_without_eq)]
4643
#[derive(Clone, PartialEq, ::prost::Message)]
4744
pub struct ExportMetricsPartialSuccess {
4845
/// The number of rejected data points.

opentelemetry-proto/src/proto/tonic/opentelemetry.proto.collector.trace.v1.rs

-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
33
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
44
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
5-
#[allow(clippy::derive_partial_eq_without_eq)]
65
#[derive(Clone, PartialEq, ::prost::Message)]
76
pub struct ExportTraceServiceRequest {
87
/// An array of ResourceSpans.
@@ -18,7 +17,6 @@ pub struct ExportTraceServiceRequest {
1817
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
1918
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
2019
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
21-
#[allow(clippy::derive_partial_eq_without_eq)]
2220
#[derive(Clone, PartialEq, ::prost::Message)]
2321
pub struct ExportTraceServiceResponse {
2422
/// The details of a partially successful export request.
@@ -42,7 +40,6 @@ pub struct ExportTraceServiceResponse {
4240
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
4341
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
4442
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
45-
#[allow(clippy::derive_partial_eq_without_eq)]
4643
#[derive(Clone, PartialEq, ::prost::Message)]
4744
pub struct ExportTracePartialSuccess {
4845
/// The number of rejected spans.

opentelemetry-proto/src/proto/tonic/opentelemetry.proto.common.v1.rs

-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
66
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
77
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
8-
#[allow(clippy::derive_partial_eq_without_eq)]
98
#[derive(Clone, PartialEq, ::prost::Message)]
109
pub struct AnyValue {
1110
/// The value is one of the listed fields. It is valid for all values to be unspecified
@@ -20,7 +19,6 @@ pub mod any_value {
2019
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
2120
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
2221
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
23-
#[allow(clippy::derive_partial_eq_without_eq)]
2422
#[derive(Clone, PartialEq, ::prost::Oneof)]
2523
pub enum Value {
2624
#[prost(string, tag = "1")]
@@ -44,7 +42,6 @@ pub mod any_value {
4442
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
4543
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
4644
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
47-
#[allow(clippy::derive_partial_eq_without_eq)]
4845
#[derive(Clone, PartialEq, ::prost::Message)]
4946
pub struct ArrayValue {
5047
/// Array of values. The array may be empty (contain 0 elements).
@@ -59,7 +56,6 @@ pub struct ArrayValue {
5956
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
6057
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
6158
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
62-
#[allow(clippy::derive_partial_eq_without_eq)]
6359
#[derive(Clone, PartialEq, ::prost::Message)]
6460
pub struct KeyValueList {
6561
/// A collection of key/value pairs of key-value pairs. The list may be empty (may
@@ -74,7 +70,6 @@ pub struct KeyValueList {
7470
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
7571
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
7672
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
77-
#[allow(clippy::derive_partial_eq_without_eq)]
7873
#[derive(Clone, PartialEq, ::prost::Message)]
7974
pub struct KeyValue {
8075
#[prost(string, tag = "1")]
@@ -95,7 +90,6 @@ pub struct KeyValue {
9590
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
9691
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
9792
#[cfg_attr(feature = "with-serde", serde(default))]
98-
#[allow(clippy::derive_partial_eq_without_eq)]
9993
#[derive(Clone, PartialEq, ::prost::Message)]
10094
pub struct InstrumentationScope {
10195
/// An empty instrumentation scope name means the name is unknown.

opentelemetry-proto/src/proto/tonic/opentelemetry.proto.logs.v1.rs

-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
1313
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
1414
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
15-
#[allow(clippy::derive_partial_eq_without_eq)]
1615
#[derive(Clone, PartialEq, ::prost::Message)]
1716
pub struct LogsData {
1817
/// An array of ResourceLogs.
@@ -28,7 +27,6 @@ pub struct LogsData {
2827
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
2928
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
3029
#[cfg_attr(feature = "with-serde", serde(default))]
31-
#[allow(clippy::derive_partial_eq_without_eq)]
3230
#[derive(Clone, PartialEq, ::prost::Message)]
3331
pub struct ResourceLogs {
3432
/// The resource for the logs in this message.
@@ -51,7 +49,6 @@ pub struct ResourceLogs {
5149
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
5250
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
5351
#[cfg_attr(feature = "with-serde", serde(default))]
54-
#[allow(clippy::derive_partial_eq_without_eq)]
5552
#[derive(Clone, PartialEq, ::prost::Message)]
5653
pub struct ScopeLogs {
5754
/// The instrumentation scope information for the logs in this message.
@@ -75,7 +72,6 @@ pub struct ScopeLogs {
7572
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
7673
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
7774
#[cfg_attr(feature = "with-serde", serde(default))]
78-
#[allow(clippy::derive_partial_eq_without_eq)]
7975
#[derive(Clone, PartialEq, ::prost::Message)]
8076
pub struct LogRecord {
8177
/// time_unix_nano is the time when the event occurred.

opentelemetry-proto/src/proto/tonic/opentelemetry.proto.metrics.v1.rs

-19
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
1313
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
1414
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
15-
#[allow(clippy::derive_partial_eq_without_eq)]
1615
#[derive(Clone, PartialEq, ::prost::Message)]
1716
pub struct MetricsData {
1817
/// An array of ResourceMetrics.
@@ -27,7 +26,6 @@ pub struct MetricsData {
2726
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
2827
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
2928
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
30-
#[allow(clippy::derive_partial_eq_without_eq)]
3129
#[derive(Clone, PartialEq, ::prost::Message)]
3230
pub struct ResourceMetrics {
3331
/// The resource for the metrics in this message.
@@ -49,7 +47,6 @@ pub struct ResourceMetrics {
4947
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
5048
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
5149
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
52-
#[allow(clippy::derive_partial_eq_without_eq)]
5350
#[derive(Clone, PartialEq, ::prost::Message)]
5451
pub struct ScopeMetrics {
5552
/// The instrumentation scope information for the metrics in this message.
@@ -155,7 +152,6 @@ pub struct ScopeMetrics {
155152
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
156153
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
157154
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
158-
#[allow(clippy::derive_partial_eq_without_eq)]
159155
#[derive(Clone, PartialEq, ::prost::Message)]
160156
pub struct Metric {
161157
/// name of the metric.
@@ -192,7 +188,6 @@ pub mod metric {
192188
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
193189
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
194190
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
195-
#[allow(clippy::derive_partial_eq_without_eq)]
196191
#[derive(Clone, PartialEq, ::prost::Oneof)]
197192
pub enum Data {
198193
#[prost(message, tag = "5")]
@@ -219,7 +214,6 @@ pub mod metric {
219214
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
220215
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
221216
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
222-
#[allow(clippy::derive_partial_eq_without_eq)]
223217
#[derive(Clone, PartialEq, ::prost::Message)]
224218
pub struct Gauge {
225219
#[prost(message, repeated, tag = "1")]
@@ -230,7 +224,6 @@ pub struct Gauge {
230224
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
231225
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
232226
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
233-
#[allow(clippy::derive_partial_eq_without_eq)]
234227
#[derive(Clone, PartialEq, ::prost::Message)]
235228
pub struct Sum {
236229
#[prost(message, repeated, tag = "1")]
@@ -248,7 +241,6 @@ pub struct Sum {
248241
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
249242
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
250243
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
251-
#[allow(clippy::derive_partial_eq_without_eq)]
252244
#[derive(Clone, PartialEq, ::prost::Message)]
253245
pub struct Histogram {
254246
#[prost(message, repeated, tag = "1")]
@@ -263,7 +255,6 @@ pub struct Histogram {
263255
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
264256
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
265257
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
266-
#[allow(clippy::derive_partial_eq_without_eq)]
267258
#[derive(Clone, PartialEq, ::prost::Message)]
268259
pub struct ExponentialHistogram {
269260
#[prost(message, repeated, tag = "1")]
@@ -282,7 +273,6 @@ pub struct ExponentialHistogram {
282273
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
283274
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
284275
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
285-
#[allow(clippy::derive_partial_eq_without_eq)]
286276
#[derive(Clone, PartialEq, ::prost::Message)]
287277
pub struct Summary {
288278
#[prost(message, repeated, tag = "1")]
@@ -293,7 +283,6 @@ pub struct Summary {
293283
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
294284
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
295285
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
296-
#[allow(clippy::derive_partial_eq_without_eq)]
297286
#[derive(Clone, PartialEq, ::prost::Message)]
298287
pub struct NumberDataPoint {
299288
/// The set of key/value pairs that uniquely identify the timeseries from
@@ -350,7 +339,6 @@ pub mod number_data_point {
350339
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
351340
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
352341
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
353-
#[allow(clippy::derive_partial_eq_without_eq)]
354342
#[derive(Clone, Copy, PartialEq, ::prost::Oneof)]
355343
pub enum Value {
356344
#[prost(double, tag = "4")]
@@ -372,7 +360,6 @@ pub mod number_data_point {
372360
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
373361
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
374362
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
375-
#[allow(clippy::derive_partial_eq_without_eq)]
376363
#[derive(Clone, PartialEq, ::prost::Message)]
377364
pub struct HistogramDataPoint {
378365
/// The set of key/value pairs that uniquely identify the timeseries from
@@ -470,7 +457,6 @@ pub struct HistogramDataPoint {
470457
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
471458
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
472459
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
473-
#[allow(clippy::derive_partial_eq_without_eq)]
474460
#[derive(Clone, PartialEq, ::prost::Message)]
475461
pub struct ExponentialHistogramDataPoint {
476462
/// The set of key/value pairs that uniquely identify the timeseries from
@@ -570,7 +556,6 @@ pub mod exponential_histogram_data_point {
570556
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
571557
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
572558
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
573-
#[allow(clippy::derive_partial_eq_without_eq)]
574559
#[derive(Clone, PartialEq, ::prost::Message)]
575560
pub struct Buckets {
576561
/// Offset is the bucket index of the first entry in the bucket_counts array.
@@ -596,7 +581,6 @@ pub mod exponential_histogram_data_point {
596581
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
597582
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
598583
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
599-
#[allow(clippy::derive_partial_eq_without_eq)]
600584
#[derive(Clone, PartialEq, ::prost::Message)]
601585
pub struct SummaryDataPoint {
602586
/// The set of key/value pairs that uniquely identify the timeseries from
@@ -653,7 +637,6 @@ pub mod summary_data_point {
653637
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
654638
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
655639
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
656-
#[allow(clippy::derive_partial_eq_without_eq)]
657640
#[derive(Clone, Copy, PartialEq, ::prost::Message)]
658641
pub struct ValueAtQuantile {
659642
/// The quantile of a distribution. Must be in the interval
@@ -674,7 +657,6 @@ pub mod summary_data_point {
674657
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
675658
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
676659
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
677-
#[allow(clippy::derive_partial_eq_without_eq)]
678660
#[derive(Clone, PartialEq, ::prost::Message)]
679661
pub struct Exemplar {
680662
/// The set of key/value pairs that were filtered out by the aggregator, but
@@ -714,7 +696,6 @@ pub mod exemplar {
714696
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
715697
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
716698
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
717-
#[allow(clippy::derive_partial_eq_without_eq)]
718699
#[derive(Clone, Copy, PartialEq, ::prost::Oneof)]
719700
pub enum Value {
720701
#[prost(double, tag = "3")]

opentelemetry-proto/src/proto/tonic/opentelemetry.proto.resource.v1.rs

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
55
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
66
#[cfg_attr(feature = "with-serde", serde(default))]
7-
#[allow(clippy::derive_partial_eq_without_eq)]
87
#[derive(Clone, PartialEq, ::prost::Message)]
98
pub struct Resource {
109
/// Set of attributes that describe the resource.

opentelemetry-proto/src/proto/tonic/opentelemetry.proto.trace.v1.rs

-7
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
1313
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
1414
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
15-
#[allow(clippy::derive_partial_eq_without_eq)]
1615
#[derive(Clone, PartialEq, ::prost::Message)]
1716
pub struct TracesData {
1817
/// An array of ResourceSpans.
@@ -28,7 +27,6 @@ pub struct TracesData {
2827
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
2928
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
3029
#[cfg_attr(feature = "with-serde", serde(default))]
31-
#[allow(clippy::derive_partial_eq_without_eq)]
3230
#[derive(Clone, PartialEq, ::prost::Message)]
3331
pub struct ResourceSpans {
3432
/// The resource for the spans in this message.
@@ -51,7 +49,6 @@ pub struct ResourceSpans {
5149
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
5250
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
5351
#[cfg_attr(feature = "with-serde", serde(default))]
54-
#[allow(clippy::derive_partial_eq_without_eq)]
5552
#[derive(Clone, PartialEq, ::prost::Message)]
5653
pub struct ScopeSpans {
5754
/// The instrumentation scope information for the spans in this message.
@@ -76,7 +73,6 @@ pub struct ScopeSpans {
7673
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
7774
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
7875
#[cfg_attr(feature = "with-serde", serde(default))]
79-
#[allow(clippy::derive_partial_eq_without_eq)]
8076
#[derive(Clone, PartialEq, ::prost::Message)]
8177
pub struct Span {
8278
/// A unique identifier for a trace. All spans from the same trace share
@@ -243,7 +239,6 @@ pub mod span {
243239
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
244240
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
245241
#[cfg_attr(feature = "with-serde", serde(default))]
246-
#[allow(clippy::derive_partial_eq_without_eq)]
247242
#[derive(Clone, PartialEq, ::prost::Message)]
248243
pub struct Event {
249244
/// time_unix_nano is the time the event occurred.
@@ -280,7 +275,6 @@ pub mod span {
280275
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
281276
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
282277
#[cfg_attr(feature = "with-serde", serde(default))]
283-
#[allow(clippy::derive_partial_eq_without_eq)]
284278
#[derive(Clone, PartialEq, ::prost::Message)]
285279
pub struct Link {
286280
/// A unique identifier of a trace that this linked span is part of. The ID is a
@@ -398,7 +392,6 @@ pub mod span {
398392
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
399393
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]
400394
#[cfg_attr(feature = "with-serde", serde(default))]
401-
#[allow(clippy::derive_partial_eq_without_eq)]
402395
#[derive(Clone, PartialEq, ::prost::Message)]
403396
pub struct Status {
404397
/// A developer-facing human readable error message.

0 commit comments

Comments
 (0)