Skip to content

Commit

Permalink
update expected sampling priorities in nginx integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoffredo committed Oct 22, 2021
1 parent 311afcc commit 9033b81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration/nginx/expected_tc1.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"metrics": {
"_dd.limit_psr": 1,
"_dd.rule_psr": 1,
"_sampling_priority_v1": 1
"_sampling_priority_v1": 2
},
"name": "nginx.handle",
"resource": "/",
Expand All @@ -37,7 +37,7 @@
"metrics": {
"_dd.limit_psr": 1,
"_dd.rule_psr": 1,
"_sampling_priority_v1": 1
"_sampling_priority_v1": 2
},
"name": "nginx.handle",
"resource": "/",
Expand All @@ -60,7 +60,7 @@
"metrics": {
"_dd.limit_psr": 1,
"_dd.rule_psr": 1,
"_sampling_priority_v1": 1
"_sampling_priority_v1": 2
},
"name": "nginx.handle",
"resource": "/",
Expand Down

0 comments on commit 9033b81

Please sign in to comment.