@@ -8,22 +8,22 @@ You can use the following search expression, including * (asta) for most entries
8
8
The search speed is fast when there is no asta.
9
9
\* Can be used at the beginning, end, and middle of the search term.
10
10
11
- * If you enter /order/\* in the Service field, the following types of services are searched.
12
- * /order/1<GET >
13
- * /order/100/products<POST >
11
+ * If you enter ` /order/\* ` in the Service field, the following types of services are searched.
12
+ * ` /order/1<GET> `
13
+ * ` /order/100/products<POST> `
14
14
15
- * If you enter \* /order/\* in the Service field, the following types of services are searched.
16
- * /order/1<GET >
17
- * v1/order/100/products<POST >
18
- * /global/v1/order/100/products<POST >
15
+ * If you enter ` \*/order/\* ` in the Service field, the following types of services are searched.
16
+ * ` /order/1<GET> `
17
+ * ` v1/order/100/products<POST> `
18
+ * ` /global/v1/order/100/products<POST> `
19
19
20
20
## StartHMS
21
21
Filter by duration of start time.
22
22
It is usually used to find the cause of the delay and search in the following format.
23
- * start hhmmss ~ end hhmmss
24
- * 101030 ~ 101032 (Search xlog between 10:10 30s and 10:10 32s.)
23
+ * start ` hhmmss ` ~ end ` hhmmss `
24
+ * ` 101030 ` ~ ` 101032 ` (Search xlog between 10:10 30s and 10:10 32s.)
25
25
26
26
## Profile Size
27
27
It is usually used to identify requests that are too large for the Scouter's storage disk because the Profile size is too large.
28
28
Use an expression with an inequality before the number.
29
- * "> 300" : Filter requests with a Profile size greater than 300 (row).
29
+ * ` "> 300" ` : Filter requests with a Profile size greater than 300 (row).
0 commit comments