Skip to content

Commit 0c0e327

Browse files
committed
attribute_set for resource
1 parent 88a97d0 commit 0c0e327

File tree

2 files changed

+2951
-1
lines changed

2 files changed

+2951
-1
lines changed

opentelemetry-semantic-conventions/scripts/generate-consts-from-spec.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ docker run --rm \
3636
-v "${CRATE_DIR}/scripts/templates:/templates" \
3737
-v "${CRATE_DIR}/src:/output" \
3838
otel/semconvgen:$SEMCOVGEN_VERSION \
39-
--only resource \
39+
--only resource,attribute_group \
4040
-f /source code \
4141
--template /templates/semantic_attributes.rs.j2 \
4242
--output /output/resource.rs \

0 commit comments

Comments
 (0)