File tree Expand file tree Collapse file tree 3 files changed +861
-168
lines changed
Scripts/semantic-convention
OpenTelemetrySdk/Resources Expand file tree Collapse file tree 3 files changed +861
-168
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44ROOT_DIR=" ${SCRIPT_DIR} /../../"
55
66# freeze the spec version to make SemanticAttributes generation reproducible
7- SPEC_VERSION=v1.1 .0
7+ SPEC_VERSION=v1.7 .0
88
99cd ${SCRIPT_DIR}
1010
@@ -22,7 +22,7 @@ docker run --rm \
2222 -v ${SCRIPT_DIR} /opentelemetry-specification/semantic_conventions/trace:/source \
2323 -v ${SCRIPT_DIR} /templates:/templates \
2424 -v ${ROOT_DIR} /Sources/OpenTelemetryApi/Trace/:/output \
25- otel/semconvgen:0.2.1 \
25+ otel/semconvgen:0.8.0 \
2626 --yaml-root /source \
2727 code \
2828 --template /templates/SemanticAttributes.swift.j2 \
@@ -33,7 +33,7 @@ docker run --rm \
3333 -v ${SCRIPT_DIR} /opentelemetry-specification/semantic_conventions/resource:/source \
3434 -v ${SCRIPT_DIR} /templates:/templates \
3535 -v ${ROOT_DIR} /Sources/OpenTelemetrySdk/Resources/:/output \
36- otel/semconvgen:0.2.1 \
36+ otel/semconvgen:0.8.0 \
3737 --yaml-root /source \
3838 code \
3939 --template /templates/SemanticAttributes.swift.j2 \
You can’t perform that action at this time.
0 commit comments