Skip to content

Commit

Permalink
docs: add missing slash in mongodb readme (#10994)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzwakk authored and MyaLongmire committed Jul 6, 2022
1 parent 742e4cf commit 21ff3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/mongodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ All MongoDB server versions from 2.6 and higher are supported.
## For example:
## mongodb://user:auth_key@10.10.3.30:27017,
## mongodb://10.10.3.33:18832,
servers = ["mongodb://127.0.0.1:27017?connect=direct"]
servers = ["mongodb://127.0.0.1:27017/?connect=direct"]

## When true, collect cluster status.
## Note that the query that counts jumbo chunks triggers a COLLSCAN, which
Expand Down

0 comments on commit 21ff3be

Please sign in to comment.