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 )"
4
4
ROOT_DIR=" ${SCRIPT_DIR} /../../"
5
5
6
6
# freeze the spec version to make SemanticAttributes generation reproducible
7
- SPEC_VERSION=v1.1 .0
7
+ SPEC_VERSION=v1.7 .0
8
8
9
9
cd ${SCRIPT_DIR}
10
10
@@ -22,7 +22,7 @@ docker run --rm \
22
22
-v ${SCRIPT_DIR} /opentelemetry-specification/semantic_conventions/trace:/source \
23
23
-v ${SCRIPT_DIR} /templates:/templates \
24
24
-v ${ROOT_DIR} /Sources/OpenTelemetryApi/Trace/:/output \
25
- otel/semconvgen:0.2.1 \
25
+ otel/semconvgen:0.8.0 \
26
26
--yaml-root /source \
27
27
code \
28
28
--template /templates/SemanticAttributes.swift.j2 \
@@ -33,7 +33,7 @@ docker run --rm \
33
33
-v ${SCRIPT_DIR} /opentelemetry-specification/semantic_conventions/resource:/source \
34
34
-v ${SCRIPT_DIR} /templates:/templates \
35
35
-v ${ROOT_DIR} /Sources/OpenTelemetrySdk/Resources/:/output \
36
- otel/semconvgen:0.2.1 \
36
+ otel/semconvgen:0.8.0 \
37
37
--yaml-root /source \
38
38
code \
39
39
--template /templates/SemanticAttributes.swift.j2 \
You can’t perform that action at this time.
0 commit comments