Skip to content

Commit

Permalink
TRACING-1684 | Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-sumo authored and pmm-sumo committed Feb 25, 2021
1 parent 76c16cd commit f42d164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func TestDetector_Detect(t *testing.T) {
attr.InsertString("cloud.account.id", "account1234")
attr.InsertString("cloud.provider", "aws")
attr.InsertString("cloud.infrastructure_service", "EC2")
attr.InsertString("cloud.namespace", "ec2")
attr.InsertString("cloud.namespace", "aws/ec2")
attr.InsertString("cloud.region", "us-west-2")
attr.InsertString("cloud.zone", "us-west-2a")
attr.InsertString("host.id", "i-abcd1234")
Expand Down

0 comments on commit f42d164

Please sign in to comment.