Commit 1570927 1 parent 0c0e327 commit 1570927 Copy full SHA for 1570927
File tree 2 files changed +3
-3
lines changed
opentelemetry-semantic-conventions
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
" ${SED[@]} " " s/\(opentelemetry.io\/schemas\/\)[^\" ]*\" /\1$SPEC_VERSION \" /" src/lib.rs
52
52
53
53
# handle doc generation failures
54
- " ${SED[@]} " ' s/\[2\]\.$//' src/resource.rs # remove trailing [2] from few of the doc comments
54
+ " ${SED[@]} " ' s/\[2\]\.$//' src/resource.rs src/trace.rs # remove trailing [2] from few of the doc comments
55
55
56
56
cargo fmt
Original file line number Diff line number Diff line change @@ -657,14 +657,14 @@ pub const CODE_STACKTRACE: &str = "code.stacktrace";
657
657
/// - `otelcontribcol`
658
658
pub const CONTAINER_COMMAND : & str = "container.command" ;
659
659
660
- /// All the command arguments (including the command/executable itself) run by the container. [2].
660
+ /// All the command arguments (including the command/executable itself) run by the container.
661
661
///
662
662
/// # Examples
663
663
///
664
664
/// - `otelcontribcol, --config, config.yaml`
665
665
pub const CONTAINER_COMMAND_ARGS : & str = "container.command_args" ;
666
666
667
- /// The full command run by the container as a single string representing the full command. [2].
667
+ /// The full command run by the container as a single string representing the full command.
668
668
///
669
669
/// # Examples
670
670
///
You can’t perform that action at this time.
0 commit comments