-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample-alp-config.yml
63 lines (61 loc) · 1.86 KB
/
sample-alp-config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
sort: sum # max|min|avg|sum|count|uri|method|max-body|min-body|avg-body|sum-body|p1|p50|p99|stddev
reverse: true # boolean
query_string: true # boolean
output: count,5xx,4xx,method,uri,min,max,sum,avg,p99 # string(comma separated)
# 必ず`^`と`&`を使った完全一致の記述を行うこと
matching_groups: # array
- ^/initialize$
- ^/health$
- ^/login$
- ^/user$
- ^/user/[0-9]+/gacha/index$
- ^/user/[0-9]+/gacha/draw/[0-9]+/[0-9]+$
- ^/user/[0-9]+/present/index/[0-9]+$
- ^/user/[0-9]+/present/receive$
- ^/user/[0-9]+/item$
- ^/user/[0-9]+/card/addexp/[0-9]+$
- ^/user/[0-9]+/card$
- ^/user/[0-9]+/reward$
- ^/user/[0-9]+/home$
- ^/admin/login$
- ^/admin/logout$
- ^/admin/master$
- ^/admin/user/[0-9]+$
- ^/admin/user/[0-9]+/ban$
# file: # string
# query_string_ignore_values: # boolean
# decode_uri: # boolean
# format: # string
# limit: # 5000
# noheaders: # boolean
# show_footers: # boolean
# filters: # string
# pos_file: # string
# nosave_pos: # boolean
# percentiles: # array
# ltsv:
# apptime_label: # apptime
# status_label: # status code
# size_label: # size
# method_label: # method
# uri_label: # uri
# time_label: # time
# json:
# uri_key: # string
# method_key: # string
# time_key: # string
# response_time_key: # string
# body_bytes_key: # string
# status_key: # string
# regexp:
# pattern: # string
# uri_subexp: # string
# method_subexp: # string
# time_subexp: # string
# response_time_subexp: # string
# body_bytes_subexp: # string
# status_subexp: # string
# pcap:
# server_ips: # array
# server_port: # number