Skip to content

Commit 0b98d34

Browse files
author
Michael Wunderlich
committed
cleanup sampling rules
1 parent e04d313 commit 0b98d34

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

src/main/resources/sampling-rules.json

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,10 @@
22
"version": 1,
33
"rules": [
44
{
5-
"description": "User creation.",
5+
"description": "Resource creation.",
66
"service_name": "*",
77
"http_method": "POST",
8-
"url_path": "/api/user",
9-
"fixed_target": 1,
10-
"rate": 1.0
11-
},
12-
{
13-
"description": "Session creation.",
14-
"service_name": "*",
15-
"http_method": "POST",
16-
"url_path": "/api/session",
17-
"fixed_target": 1,
18-
"rate": 1.0
19-
},
20-
{
21-
"description": "Game creation.",
22-
"service_name": "*",
23-
"http_method": "POST",
24-
"url_path": "/api/game/*",
25-
"fixed_target": 1,
26-
"rate": 1.0
27-
},
28-
{
29-
"description": "Player moves.",
30-
"service_name": "*",
31-
"http_method": "*",
32-
"url_path": "/api/move/*",
8+
"url_path": "/api/*",
339
"fixed_target": 1,
3410
"rate": 1.0
3511
},

0 commit comments

Comments
 (0)