Skip to content

Commit 9f62939

Browse files
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent c478265 commit 9f62939

30 files changed

+42
-36
lines changed

pipeline/inputs/collectd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The plugin supports the following configuration parameters:
1111
| Listen | Set the address to listen to | 0.0.0.0 |
1212
| Port | Set the port to listen to | 25826 |
1313
| TypesDB | Set the data specification file | /usr/share/collectd/types.db |
14-
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | false |
14+
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
1515

1616
## Configuration Examples <a id="config_example"></a>
1717

pipeline/inputs/cpu-metrics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ The **cpu** input plugin, measures the CPU usage of a process or the whole syste
44

55
The following tables describes the information generated by the plugin. The keys below represent the data used by the overall system, all values associated to the keys are in a percentage unit \(0 to 100%\):
66

7-
The CPU metrics plugin creates metrics that are log-based \(I.e. JSON payload\). If you are looking for Prometheus-based metrics please see the Node Exporter Metrics input plugin.
7+
The CPU metrics plugin creates metrics that are log-based, such as JSON payload. For
8+
Prometheus-based metrics, see the Node Exporter Metrics input plugin.
89

910
| key | description |
1011
| :--- | :--- |

pipeline/inputs/disk-io-metrics.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
The **disk** input plugin, gathers the information about the disk throughput of the running system every certain interval of time and reports them.
44

5-
The Disk I/O metrics plugin creates metrics that are log-based \(I.e. JSON payload\). If you are looking for Prometheus-based metrics please see the Node Exporter Metrics input plugin.
5+
The Disk I/O metrics plugin creates metrics that are log-based, such as JSON payload.
6+
For Prometheus-based metrics, see the Node Exporter Metrics input plugin.
67

78
## Configuration Parameters
89

@@ -13,7 +14,7 @@ The plugin supports the following configuration parameters:
1314
| Interval\_Sec | Polling interval \(seconds\). | 1 |
1415
| Interval\_NSec | Polling interval \(nanosecond\). | 0 |
1516
| Dev\_Name | Device name to limit the target. \(e.g. sda\). If not set, _in\_disk_ gathers information from all of disks and partitions. | all disks |
16-
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | false |
17+
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
1718

1819
## Getting Started
1920

pipeline/inputs/docker-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This plugin supports the following configuration parameters:
1414
| Key | When a message is unstructured \(no parser applied\), it's appended as a string under the key name _message_. | message |
1515
| Reconnect.Retry_limits| The maximum number of retries allowed. The plugin tries to reconnect with docker socket when EOF is detected. | 5 |
1616
| Reconnect.Retry_interval| The retrying interval. Unit is second. | 1 |
17-
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | false |
17+
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
1818

1919
### Command Line
2020

pipeline/inputs/docker-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The plugin supports the following configuration parameters:
1515
| Interval_Sec | Polling interval in seconds | 1 |
1616
| Include | A space-separated list of containers to include | |
1717
| Exclude | A space-separated list of containers to exclude | |
18-
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | false |
18+
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
1919

2020
If you set neither `Include` nor `Exclude`, the plugin will try to get metrics from _all_ the running containers.
2121

pipeline/inputs/dummy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The plugin supports the following configuration parameters:
1818
| Samples | If set, the events number will be limited. For example, if Samples=3, the plugin generates only three events and stops. | _none_ |
1919
| Copies | Number of messages to generate each time they are generated. | `1` |
2020
| Flush\_on\_startup | If set to `true`, the first dummy event is generated at startup. | `false` |
21-
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | false |
21+
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
2222

2323
## Getting Started
2424

pipeline/inputs/elasticsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The plugin supports the following configuration parameters:
1414
| meta\_key | Specify a key name for meta information. | "@meta" |
1515
| hostname | Specify hostname or FQDN. This parameter can be used for "sniffing" (auto-discovery of) cluster node information. | "localhost" |
1616
| version | Specify Elasticsearch server version. This parameter is effective for checking a version of Elasticsearch/OpenSearch server version. | "8.0.0" |
17-
| threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | false |
17+
| threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
1818

1919
**Note:** The Elasticsearch cluster uses "sniffing" to optimize the connections between its cluster and clients.
2020
Elasticsearch can build its cluster and dynamically generate a connection list which is called "sniffing".

pipeline/inputs/fluentbit-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ They can be sent to output plugins including [Prometheus Exporter](../outputs/pr
1818
| --------------- | --------------------------------------------------------------------------------------------------------- | --------- |
1919
| scrape_interval | The rate at which metrics are collected from the host operating system | 2 seconds |
2020
| scrape_on_start | Scrape metrics upon start, useful to avoid waiting for 'scrape_interval' for the first round of metrics. | false |
21-
| threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | false |
21+
| threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
2222

2323

2424
## Getting Started

pipeline/inputs/forward.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The plugin supports the following configuration parameters:
2020
| Shared\_Key | Shared key for secure forward authentication. | |
2121
| Self\_Hostname | Hostname for secure forward authentication. | |
2222
| Security.Users | Specify the username and password pairs for secure forward authentication. | |
23-
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | false |
23+
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
2424

2525
## Getting Started
2626

pipeline/inputs/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: The HTTP input plugin allows you to send custom records to an HTTP
1515
| buffer_chunk_size | This sets the chunk size for incoming incoming JSON messages. These chunks are then stored/managed in the space available by buffer_max_size. | 512K |
1616
| successful_response_code | It allows to set successful response code. `200`, `201` and `204` are supported. | 201 |
1717
| success_header | Add an HTTP header key/value pair on success. Multiple headers can be set. Example: `X-Custom custom-answer` | |
18-
| threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | false |
18+
| threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
1919

2020
### TLS / SSL
2121

0 commit comments

Comments
 (0)