Skip to content

Commit 4618256

Browse files
authored
Apply suggestions from code review
Signed-off-by: esmerel <[email protected]>
1 parent b7863ff commit 4618256

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pipeline/inputs/process-metrics.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Process Metrics
22

3-
_Process_ _Metrics_ input plugin allows you to gather metrics from a process. When using a process name, ie: a non-numeric process parameter, the _process_ _metrics_ plugin will track all processes that match.
3+
The Process Metrics input plugin lets you gather metrics from a process. When using a process name like a non-numeric process parameter, the process metrics plugin tracks all processes that match.
44

5-
The Process metrics plugin creates cmetrics based metrics. If you are looking for log-based metrics \(i.e. JSON payload) you can use the Process plugin instead.
5+
The Process metrics plugin creates `cmetrics` based metrics. For log-based metrics like JSON payload, use the [Process Log Based Metrics](pipeline/inputs/process.md) plugin instead.
66

7-
## Configuration Parameters
7+
## Configuration parameters
88

99
The plugin supports the following configuration parameters:
1010

@@ -16,15 +16,15 @@ The plugin supports the following configuration parameters:
1616

1717
In order to start performing the checks, you can run the plugin from the command line or through the configuration file:
1818

19-
The following example will check the health of _crond_ process.
19+
The following example will check the health of `crond` process.
2020

2121
```bash
2222
$ fluent-bit -i proc_metrics -p process=crond -o stdout
2323
```
2424

2525
### Configuration File
2626

27-
In your main configuration file append the following _Input_ & _Output_ sections:
27+
In your main configuration file append the following `Input` and `Output` sections:
2828

2929
```python
3030
[INPUT]

0 commit comments

Comments
 (0)