Skip to content

Commit 80b6cf4

Browse files
author
Ignacio Bonafonte
authored
Merge branch 'main' into Implement-ForceFlush-spec
2 parents d136c93 + bc01286 commit 80b6cf4

File tree

3 files changed

+861
-168
lines changed

3 files changed

+861
-168
lines changed

Scripts/semantic-convention/generate.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44
ROOT_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

99
cd ${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 \

0 commit comments

Comments
 (0)