Skip to content

Commit

Permalink
Upgrade mongodb3 version to 3.x (#207)
Browse files Browse the repository at this point in the history
The rationale for this change is that we can confuse the users in two ways:
 * At documentation level, we can specify that version 2.x and >= 3.x have different configuration paths.
 * At version of the package level, a user might confuse the packages and install version 1.0 for `nri-mongodb` instead of `nri-mongodb3`.
  • Loading branch information
kilokang authored Aug 2, 2023
1 parent e84c94e commit fbe6351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/mongodb3/exporter.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# name of the exporter, should match with the folder name
name: mongodb3
# version of the package created
version: 1.0.0
version: 3.0.0
# Relative path to the License path from the repository root
exporter_license_path: LICENSE
# URL to the git project hosting the exporter
Expand Down

0 comments on commit fbe6351

Please sign in to comment.