Skip to content

Commit

Permalink
Remove reference to connection_scheme (#9203)
Browse files Browse the repository at this point in the history
* Remove reference to connection_scheme

* spec update
  • Loading branch information
ChristineTChen authored Apr 21, 2021
1 parent 840e62b commit ab45d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mongo/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ files:
Release: "8.0.0"
Migration: |
Use the following options instead:
hosts, username, password, database, options, connection_scheme
hosts, username, password, database, options
description: |
Specify the MongoDB URI, with database to use for reporting (defaults to "admin")
E.g. mongodb://datadog:LnCbkX4uhpuLHSUrcayEoAZA@localhost:27016/admin
Expand Down
2 changes: 1 addition & 1 deletion mongo/datadog_checks/mongo/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ instances:
##
## Release: 8.0.0
## Migration: Use the following options instead:
## hosts, username, password, database, options, connection_scheme
## hosts, username, password, database, options
#
# server: mongodb://<USER>:<PASSWORD>@<HOST>:<PORT>/<DB_NAME>

Expand Down

0 comments on commit ab45d54

Please sign in to comment.