Skip to content

Commit 607595f

Browse files
authored
Update XLog-Filter.md
1 parent 7375a47 commit 607595f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

scouter.document/views/XLog-Filter.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ You can use the following search expression, including * (asta) for most entries
88
The search speed is fast when there is no asta.
99
\* Can be used at the beginning, end, and middle of the search term.
1010

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>`
1414

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>`
1919

2020
## StartHMS
2121
Filter by duration of start time.
2222
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.)
2525

2626
## Profile Size
2727
It is usually used to identify requests that are too large for the Scouter's storage disk because the Profile size is too large.
2828
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

Comments
 (0)