1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// Copyright 2023-Present Datadog, Inc. https://www.datadoghq.com/
// SPDX-License-Identifier: Apache-2.0
// This file is @generated by prost-build.
pub mod opentelemetry {
pub mod proto {
pub mod collector {
pub mod trace {
pub mod v1 {
include!("opentelemetry.proto.collector.trace.v1.rs");
}
}
}
pub mod common {
pub mod v1 {
include!("opentelemetry.proto.common.v1.rs");
}
}
pub mod resource {
pub mod v1 {
include!("opentelemetry.proto.resource.v1.rs");
}
}
pub mod trace {
pub mod v1 {
include!("opentelemetry.proto.trace.v1.rs");
}
}
}
}
pub mod pb {
include!("pb.rs");
pub mod idx {
include!("pb.idx.rs");
}
}
pub mod remoteconfig {
include!("remoteconfig.rs");
}