Skip to content

Commit 28ad224

Browse files
neko-ddjhgilbert
andauthored
(DOCS-8048) Adds default value for timeout (#17618)
* (DOCS-8048) Adds default value for timeout * Update http_check/README.md Co-authored-by: Jen Gilbert <jen.gilbert@datadoghq.com> --------- Co-authored-by: Jen Gilbert <jen.gilbert@datadoghq.com>
1 parent 704c7a7 commit 28ad224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_check/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ See the [sample http_check.d/conf.yaml][3] for a full list and description of av
3535
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
3636
| `name` | Name of your Http check instance. This is presented as a tag on the Service Checks. |
3737
| `url` | The URL to test. |
38-
| `timeout` | The time in seconds to allow for a response. |
38+
| `timeout` | The time in seconds to allow for a response. The default is `10`. |
3939
| `method` | The HTTP method to use for the check. |
4040
| `data` | Use this parameter to specify a body for a request with a POST, PUT, DELETE, or PATCH method. SOAP requests are supported if you use the POST method and supply an XML string as the data parameter. |
4141
| `headers` | This parameter allows you to send additional headers with the request. See the [example YAML file][3] for additional information and caveats. |

0 commit comments

Comments
 (0)