Skip to content

Commit d5392dc

Browse files
authored
[CI fix] Compile proto files with latest prost (#1658)
1 parent ed1d128 commit d5392dc

9 files changed

+9
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file is @generated by prost-build.
12
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
23
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
34
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file is @generated by prost-build.
12
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
23
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
34
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file is @generated by prost-build.
12
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
23
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
34
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file is @generated by prost-build.
12
/// AnyValue is used to represent any type of attribute value. AnyValue may contain a
23
/// primitive value such as a string or integer or it may contain an arbitrary nested
34
/// object containing arrays, key-value lists and primitives.

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file is @generated by prost-build.
12
/// LogsData represents the logs data that can be stored in a persistent storage,
23
/// OR can be embedded by other protocols that transfer OTLP logs data but do not
34
/// implement the OTLP protocol.

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file is @generated by prost-build.
12
/// MetricsData represents the metrics data that can be stored in a persistent
23
/// storage, OR can be embedded by other protocols that transfer OTLP metrics
34
/// data but do not implement the OTLP protocol.

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file is @generated by prost-build.
12
/// Resource information.
23
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
34
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file is @generated by prost-build.
12
/// TracesData represents the traces data that can be stored in a persistent storage,
23
/// OR can be embedded by other protocols that transfer OTLP traces data but do
34
/// not implement the OTLP protocol.

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file is @generated by prost-build.
12
#[cfg_attr(feature = "with-schemars", derive(schemars::JsonSchema))]
23
#[cfg_attr(feature = "with-serde", derive(serde::Serialize, serde::Deserialize))]
34
#[cfg_attr(feature = "with-serde", serde(rename_all = "camelCase"))]

0 commit comments

Comments
 (0)