Skip to content

Commit

Permalink
Update expected python template for new OTel Python AWS SDK Instrumen…
Browse files Browse the repository at this point in the history
…tation (#165)
  • Loading branch information
NathanielRN authored Nov 1, 2021
1 parent bfe6b1a commit 2c55ba2
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions adot/utils/expected-templates/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,22 @@
"name":"hello-lambda-python.*"
},
{
"name":"hello-lambda-python.*"
"name":"hello-lambda-python.*",
"subsegments": [
{
"name": "HTTP GET"
},
{
"name": "S3",
"metadata": {
"default": {
"rpc.service": "S3",
"rpc.method": "ListBuckets",
"rpc.system": "aws-api"
}
}
}
]
},
{
"name":"HTTP GET",
Expand All @@ -24,9 +39,6 @@
{
"name":"S3",
"origin":"AWS::S3",
"inferred":true,
"aws":{
"operation":"ListBuckets"
}
"inferred":true
}
]

0 comments on commit 2c55ba2

Please sign in to comment.