Skip to content

Commit

Permalink
[TEST] revise sampling rule for test
Browse files Browse the repository at this point in the history
  • Loading branch information
CokeLee777 committed Jan 2, 2024
1 parent 65fefe4 commit b98998b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/main/resources/sampling-rules.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"version": 1,
"version": 2,
"rules": [
{
"host": "*",
"http_method": "*",
"url_path": "*",
"fixed_target": 1,
"rate": 1
}
],
"default": {
"fixed_target": 1,
"rate": 1
Expand Down

0 comments on commit b98998b

Please sign in to comment.