We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe4533 commit bb1528dCopy full SHA for bb1528d
1 file changed
rust/otap-dataflow/crates/telemetry/src/self_tracing.rs
@@ -32,7 +32,7 @@ pub struct LogRecord {
32
/// Pre-encoded body and attributes in OTLP bytes. These bytes
33
/// can be interrpreted using the otap_df_pdata::views::otlp::bytes::RawLogRecord
34
/// in practice and/or parsed by a crate::proto::opentelemetry::logs::v1::LogRecord
35
- /// message object for testing.
+ /// message object for testing..
36
pub body_attrs_bytes: Bytes,
37
}
38
0 commit comments