Skip to content

Commit

Permalink
remove some attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelewski committed Feb 6, 2023
1 parent 72c8694 commit 40b94be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions instrgen/rtlib/rtlib.go
Expand Up @@ -22,7 +22,6 @@ import (
"log"
"os"

"go.opentelemetry.io/otel/attribute"
"go.opentelemetry.io/otel/exporters/stdout/stdouttrace"
"go.opentelemetry.io/otel/sdk/resource"
trace "go.opentelemetry.io/otel/sdk/trace"
Expand Down Expand Up @@ -77,9 +76,6 @@ func NewResource() *resource.Resource {
resource.Default(),
resource.NewWithAttributes(
semconv.SchemaURL,
semconv.ServiceNameKey.String("fib"),
semconv.ServiceVersionKey.String("v0.1.0"),
attribute.String("environment", "demo"),
),
)
return r
Expand Down

0 comments on commit 40b94be

Please sign in to comment.