Skip to content

Commit

Permalink
Merge pull request upbound#83 from upbound/backport-80-to-release-0.1
Browse files Browse the repository at this point in the history
[Backport release-0.1] Fix open telemetry attribute names
  • Loading branch information
negz authored Nov 9, 2021
2 parents 988774d + 2428e8d commit 3156583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/opentelemetry/attrs.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import (
)

const (
operation = attribute.Key("crossplane.io/qgl-operation")
operation = attribute.Key("crossplane.io/gql-operation")
object = attribute.Key("crossplane.io/gql-object")
field = attribute.Key("crossplane.io/gql-field")
success = attribute.Key("crossplane.io/qgl-success")
success = attribute.Key("crossplane.io/gql-success")
query = attribute.Key("crossplane.io/gql-query")
path = attribute.Key("crossplane.io/gql-path")
alias = attribute.Key("crossplane.io/gql-alias")
Expand Down

0 comments on commit 3156583

Please sign in to comment.