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 5686e6a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions instrgen/rtlib/rtlib.go
Expand Up @@ -76,10 +76,7 @@ func NewResource() *resource.Resource {
r, _ := resource.Merge(
resource.Default(),
resource.NewWithAttributes(
semconv.SchemaURL,
semconv.ServiceNameKey.String("fib"),
semconv.ServiceVersionKey.String("v0.1.0"),
attribute.String("environment", "demo"),
semconv.SchemaURL
),
)
return r
Expand Down

0 comments on commit 5686e6a

Please sign in to comment.