Skip to content

Commit 590a226

Browse files
authored
[chore] [receiver/collectd] Fix README copy-paste (open-telemetry#43857)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description The description for the `timeout` config field was inacurrate, and appears to have been copied from [the dockerstats receiver docs](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/9b02d0acb7a4657a7f136c1334471ea25c2043ae/receiver/dockerstatsreceiver/README.md?plain=1#L44) :) <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue I didn't make one. I can, this just seems pretty trivial. <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.-->
1 parent e8a6e03 commit 590a226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

receiver/collectdreceiver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following settings are required:
3737
The following settings are optional:
3838

3939
- `attributes_prefix` (no default): Used to add query parameters in key=value format to all metrics.
40-
- `timeout` (default = `30s`): The request timeout for any docker daemon query.
40+
- `timeout` (default = `30s`): Used as the `read_timeout` and `write_timeout` for the listening server.
4141

4242
Example:
4343

0 commit comments

Comments
 (0)