You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-06-03 18:35:08 +02:00
Fix schema urls (#7288)
The 1.0.0 schema now returns a 404 on opentelemetry.io.
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ import (
|
||||
|
||||
func TestNewLoggerConfig(t *testing.T) {
|
||||
version := "v1.1.1"
|
||||
schemaURL := "https://opentelemetry.io/schemas/1.0.0"
|
||||
schemaURL := "https://opentelemetry.io/schemas/1.37.0"
|
||||
attr := attribute.NewSet(
|
||||
attribute.String("user", "alice"),
|
||||
attribute.Bool("admin", true),
|
||||
|
||||
Reference in New Issue
Block a user