Skip to content

Commit 937182a

Browse files
committed
fix: incorrect process_matcher configuration description
1 parent af915e8 commit 937182a

3 files changed

Lines changed: 27 additions & 27 deletions

File tree

server/agent_config/README-CH.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1844,7 +1844,7 @@ inputs:
18441844

18451845
**标签**:
18461846

1847-
<mark>agent_restart</mark>
1847+
`hot_update`
18481848

18491849
**FQCN**:
18501850

@@ -1943,7 +1943,7 @@ inputs:
19431943
19441944
**标签**:
19451945
1946-
<mark>agent_restart</mark>
1946+
`hot_update`
19471947

19481948
**FQCN**:
19491949

@@ -1972,7 +1972,7 @@ inputs:
19721972

19731973
**标签**:
19741974

1975-
<mark>agent_restart</mark>
1975+
`hot_update`
19761976

19771977
**FQCN**:
19781978

@@ -2010,7 +2010,7 @@ inputs:
20102010

20112011
**标签**:
20122012

2013-
<mark>agent_restart</mark>
2013+
`hot_update`
20142014

20152015
**FQCN**:
20162016

@@ -2046,7 +2046,7 @@ inputs:
20462046

20472047
**标签**:
20482048

2049-
<mark>agent_restart</mark>
2049+
`hot_update`
20502050

20512051
**FQCN**:
20522052

@@ -2073,7 +2073,7 @@ inputs:
20732073

20742074
**标签**:
20752075

2076-
<mark>agent_restart</mark>
2076+
`hot_update`
20772077

20782078
**FQCN**:
20792079

@@ -2100,7 +2100,7 @@ inputs:
21002100

21012101
**标签**:
21022102

2103-
<mark>agent_restart</mark>
2103+
`hot_update`
21042104

21052105
**FQCN**:
21062106

@@ -2129,7 +2129,7 @@ inputs:
21292129

21302130
**标签**:
21312131

2132-
<mark>agent_restart</mark>
2132+
`hot_update`
21332133

21342134
**FQCN**:
21352135

@@ -2158,7 +2158,7 @@ inputs:
21582158

21592159
**标签**:
21602160

2161-
<mark>agent_restart</mark>
2161+
`hot_update`
21622162

21632163
**FQCN**:
21642164

server/agent_config/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1871,7 +1871,7 @@ The list of processe names ignored by process matcher.
18711871

18721872
**Tags**:
18731873

1874-
<mark>agent_restart</mark>
1874+
`hot_update`
18751875

18761876
**FQCN**:
18771877

@@ -1972,7 +1972,7 @@ inputs:
19721972
19731973
**Tags**:
19741974
1975-
<mark>agent_restart</mark>
1975+
`hot_update`
19761976

19771977
**FQCN**:
19781978

@@ -2001,7 +2001,7 @@ The regex of matcher.
20012001

20022002
**Tags**:
20032003

2004-
<mark>agent_restart</mark>
2004+
`hot_update`
20052005

20062006
**FQCN**:
20072007

@@ -2039,7 +2039,7 @@ The type of matcher.
20392039

20402040
**Tags**:
20412041

2042-
<mark>agent_restart</mark>
2042+
`hot_update`
20432043

20442044
**FQCN**:
20452045

@@ -2075,7 +2075,7 @@ Default value `[]` match all languages.
20752075

20762076
**Tags**:
20772077

2078-
<mark>agent_restart</mark>
2078+
`hot_update`
20792079

20802080
**FQCN**:
20812081

@@ -2102,7 +2102,7 @@ Default value `[]` match all usernames.
21022102

21032103
**Tags**:
21042104

2105-
<mark>agent_restart</mark>
2105+
`hot_update`
21062106

21072107
**FQCN**:
21082108

@@ -2129,7 +2129,7 @@ Default value `true` means only match processes in container.
21292129

21302130
**Tags**:
21312131

2132-
<mark>agent_restart</mark>
2132+
`hot_update`
21332133

21342134
**FQCN**:
21352135

@@ -2158,7 +2158,7 @@ Default value `false` means match processes with or without tags.
21582158

21592159
**Tags**:
21602160

2161-
<mark>agent_restart</mark>
2161+
`hot_update`
21622162

21632163
**FQCN**:
21642164

@@ -2187,7 +2187,7 @@ Whether to ignore matched processes.
21872187

21882188
**Tags**:
21892189

2190-
<mark>agent_restart</mark>
2190+
`hot_update`
21912191

21922192
**FQCN**:
21932193

server/agent_config/template.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ inputs:
13051305
# unit:
13061306
# range: []
13071307
# enum_options: []
1308-
# modification: agent_restart
1308+
# modification: hot_update
13091309
# ee_feature: false
13101310
# description:
13111311
# ch: |-
@@ -1421,7 +1421,7 @@ inputs:
14211421
# unit:
14221422
# range: []
14231423
# enum_options: []
1424-
# modification: agent_restart
1424+
# modification: hot_update
14251425
# ee_feature: false
14261426
# description:
14271427
# en: |-
@@ -1439,7 +1439,7 @@ inputs:
14391439
# unit:
14401440
# range: []
14411441
# enum_options: [process_name, cmdline, cmdline_with_args, parent_process_name, tag]
1442-
# modification: agent_restart
1442+
# modification: hot_update
14431443
# ee_feature: false
14441444
# description:
14451445
# en: |-
@@ -1457,7 +1457,7 @@ inputs:
14571457
# unit:
14581458
# range: []
14591459
# enum_options: [java, golang, python, nodejs, dotnet]
1460-
# modification: agent_restart
1460+
# modification: hot_update
14611461
# ee_feature: false
14621462
# description:
14631463
# en: |-
@@ -1474,7 +1474,7 @@ inputs:
14741474
# unit:
14751475
# range: []
14761476
# enum_options: []
1477-
# modification: agent_restart
1477+
# modification: hot_update
14781478
# ee_feature: false
14791479
# description:
14801480
# en: |-
@@ -1491,7 +1491,7 @@ inputs:
14911491
# unit:
14921492
# range: []
14931493
# enum_options: []
1494-
# modification: agent_restart
1494+
# modification: hot_update
14951495
# ee_feature: false
14961496
# description:
14971497
# en: |-
@@ -1508,7 +1508,7 @@ inputs:
15081508
# unit:
15091509
# range: []
15101510
# enum_options: []
1511-
# modification: agent_restart
1511+
# modification: hot_update
15121512
# ee_feature: false
15131513
# description:
15141514
# en: |-
@@ -1526,7 +1526,7 @@ inputs:
15261526
# unit:
15271527
# range: []
15281528
# enum_options: []
1529-
# modification: agent_restart
1529+
# modification: hot_update
15301530
# ee_feature: false
15311531
# description:
15321532
# en: |-
@@ -1544,7 +1544,7 @@ inputs:
15441544
# unit:
15451545
# range: []
15461546
# enum_options: []
1547-
# modification: agent_restart
1547+
# modification: hot_update
15481548
# ee_feature: false
15491549
# description:
15501550
# en: |-

0 commit comments

Comments
 (0)