Skip to content

Commit

Permalink
Merge pull request #12 from smf8/master
Browse files Browse the repository at this point in the history
fix: Bump Otel semconv version to avoid error in tracing.NewResource()
  • Loading branch information
thrawn01 authored May 13, 2024
2 parents 548b799 + 67ff383 commit 361ea52
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 @@ -31,7 +31,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.21.0"
semconv "go.opentelemetry.io/otel/semconv/v1.24.0"
"k8s.io/klog/v2"
)

Expand Down

0 comments on commit 361ea52

Please sign in to comment.