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 Apr 19, 2022
1 parent bf99a72 commit 96be484
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:[email protected]: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 96be484

Please sign in to comment.