Skip to content

Commit

Permalink
explicitly exclude resource attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwatson committed Nov 12, 2022
1 parent cc95b7d commit e5e3cc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 694 deletions.
1 change: 1 addition & 0 deletions buildscripts/semantic-convention/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ docker run --rm \
-v ${SCRIPT_DIR}/templates:/templates \
-v ${ROOT_DIR}/semconv/src/main/java/io/opentelemetry/semconv/trace/attributes/:/output \
otel/semconvgen:$GENERATOR_VERSION \
--exclude resource/* \
-f /source code \
--template /templates/SemanticAttributes.java.j2 \
--output /output/SemanticAttributes.java \
Expand Down

0 comments on commit e5e3cc6

Please sign in to comment.