Skip to content

Commit 70d2c79

Browse files
pipeline: inputs: statsd: Add threading info
Signed-off-by: Alexa Kreizinger <alexakreizinger@gmail.com>
1 parent fdec975 commit 70d2c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/inputs/statsd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The plugin supports the following configuration parameters:
1515
| :--- | :--- | :--- |
1616
| Listen | Listener network interface. | 0.0.0.0 |
1717
| Port | UDP port where listening for connections | 8125 |
18+
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | false |
1819

1920
## Configuration Examples <a id="config_example"></a>
2021

@@ -61,4 +62,3 @@ Fluent Bit will produce the following records:
6162
[0] statsd.0: [1574905088.971380537, {"type"=>"counter", "bucket"=>"click", "value"=>10.000000, "sample_rate"=>0.100000}]
6263
[0] statsd.0: [1574905141.863344517, {"type"=>"gauge", "bucket"=>"active", "value"=>99.000000, "incremental"=>0}]
6364
```
64-

0 commit comments

Comments
 (0)