Skip to content

Commit db29863

Browse files
fix mongodb_uri type in doc (#3023) (#3027)
(cherry picked from commit 87684cf) Co-authored-by: William Dumont <[email protected]>
1 parent 3c07bc8 commit db29863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/reference/components/prometheus/prometheus.exporter.mongodb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can use the following arguments with `prometheus.exporter.mongodb`:
3434

3535
| Name | Type | Description | Default | Required |
3636
| ---------------------------- | --------- | -------------------------------------------------------------------------------------------------------------------------------------- | ------- | -------- |
37-
| `mongodb_uri` | `string` | MongoDB node connection URI. | | yes |
37+
| `mongodb_uri` | `secret` | MongoDB node connection URI. | | yes |
3838
| `direct_connect` | `boolean` | Whether or not a direct connect should be made. Direct connections aren't valid if multiple hosts are specified or an SRV URI is used. | false | no |
3939
| `discovering_mode` | `boolean` | Whether or not to enable autodiscover collections. | false | no |
4040

0 commit comments

Comments
 (0)