Skip to content

Commit

Permalink
Update docs for HTTPClientConfig options
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbrad committed Nov 15, 2023
1 parent 73c0d1e commit 86a413b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/sources/flow/reference/components/discovery.ec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ Name | Type | Description | Default | Required
`role_arn` | `string` | AWS Role Amazon Resource Name (ARN), an alternative to using AWS API keys. | | no
`refresh_interval` | `string` | Refresh interval to re-read the instance list. | 60s | no
`port` | `int` | The port to scrape metrics from. If using the public IP address, this must instead be specified in the relabeling rule. | 80 | no
`proxy_url` | `string` | HTTP proxy to proxy requests through. | | no
`follow_redirects` | `bool` | Whether redirects returned by the server should be followed. | `true` | no
`enable_http2` | `bool` | Whether HTTP2 is supported for requests. | `true` | no

## Blocks

Expand Down

0 comments on commit 86a413b

Please sign in to comment.