Skip to content

Commit

Permalink
Fix startup error due to OTel dependency upgrade. (#196)
Browse files Browse the repository at this point in the history
"during tracing.NewResource()" category=gubernator error="error in resource.Merge on resources index 0: cannot merge resource due to conflicting Schema URL"
  • Loading branch information
Baliedge authored Oct 17, 2023
1 parent a38506c commit fc29185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gubernator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"github.com/mailgun/holster/v4/tracing"
"github.com/sirupsen/logrus"
"go.opentelemetry.io/otel/sdk/resource"
semconv "go.opentelemetry.io/otel/semconv/v1.17.0"
semconv "go.opentelemetry.io/otel/semconv/v1.21.0"
"k8s.io/klog"
)

Expand Down

0 comments on commit fc29185

Please sign in to comment.