File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
semconv/src/main/java/io/opentelemetry/semconv Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,11 @@ val snapshot = true
11
11
// end
12
12
13
13
// The release version of https://github.com/open-telemetry/semantic-conventions used to generate classes
14
- var semanticConventionsVersion = " 1.35 .0"
14
+ var semanticConventionsVersion = " 1.36 .0"
15
15
val schemaUrlVersions = listOf (
16
16
semanticConventionsVersion,
17
+ " 1.35.0" ,
18
+ " 1.34.0" ,
17
19
" 1.33.0" ,
18
20
" 1.32.0" ,
19
21
" 1.31.0" ,
Original file line number Diff line number Diff line change 7
7
8
8
public final class SchemaUrls {
9
9
10
+ public static final String V1_36_0 = "https://opentelemetry.io/schemas/1.36.0" ;
10
11
public static final String V1_35_0 = "https://opentelemetry.io/schemas/1.35.0" ;
11
12
public static final String V1_34_0 = "https://opentelemetry.io/schemas/1.34.0" ;
12
13
public static final String V1_33_0 = "https://opentelemetry.io/schemas/1.33.0" ;
You can’t perform that action at this time.
0 commit comments