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 ad2bef0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions instrgen/rtlib/rtlib.go
Expand Up @@ -77,9 +77,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 ad2bef0

Please sign in to comment.