Skip to content

Commit

Permalink
fix: Updated attribute names
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaykonatala committed Nov 26, 2024
1 parent a716098 commit 8f3bc77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ relationships:
conditions:
- attribute: eventType
anyOf: [ "Span" ]
- attribute: Peer.Hostname
- attribute: peer.hostname
regex: '[a-z]+\d*[a-z]*\.appsync-api\.[a-z]{2}-[a-z]+-\d+\.amazonaws\.com'
relationship:
expires: P75M
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ relationships:
anyOf: [ "Span" ]
- attribute: instrumentation.provider
anyOf: [ "opentelemetry" ]
- attribute: Net.peer.name
- attribute: net.peer.name
regex: '[a-z]+\d*[a-z]*\.appsync-api\.[a-z]{2}-[a-z]+-\d+\.amazonaws\.com'
relationship:
expires: P75M
Expand Down

0 comments on commit 8f3bc77

Please sign in to comment.