File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414
1515func TestNewLoggerConfig (t * testing.T ) {
1616 version := "v1.1.1"
17- schemaURL := "https://opentelemetry.io/schemas/1.0 .0"
17+ schemaURL := "https://opentelemetry.io/schemas/1.37 .0"
1818 attr := attribute .NewSet (
1919 attribute .String ("user" , "alice" ),
2020 attribute .Bool ("admin" , true ),
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414
1515func TestConfig (t * testing.T ) {
1616 version := "v1.1.1"
17- schemaURL := "https://opentelemetry.io/schemas/1.0 .0"
17+ schemaURL := "https://opentelemetry.io/schemas/1.37 .0"
1818 attr := attribute .NewSet (
1919 attribute .String ("user" , "alice" ),
2020 attribute .Bool ("admin" , true ),
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ func ExampleNewView() {
145145 Scope : instrumentation.Scope {
146146 Name : "http" ,
147147 Version : "0.34.0" ,
148- SchemaURL : "https://opentelemetry.io/schemas/1.0 .0" ,
148+ SchemaURL : "https://opentelemetry.io/schemas/1.37 .0" ,
149149 },
150150 })
151151 fmt .Println ("name:" , stream .Name )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818)
1919
2020var (
21- schemaURL = "https://opentelemetry.io/schemas/1.0 .0"
21+ schemaURL = "https://opentelemetry.io/schemas/1.37 .0"
2222 completeIP = Instrument {
2323 Name : "foo" ,
2424 Description : "foo desc" ,
You can’t perform that action at this time.
0 commit comments