-
Notifications
You must be signed in to change notification settings - Fork 540
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mongodb] implement semantic db conventions (#187)
* feat: implement semantic db conventions Signed-off-by: Naseem <naseem@transit.app> * refactor: set db name and collection constants before their use in setting attributes Signed-off-by: Naseem <naseem@transit.app> * fix: always coerce namespace to string It could be a string or an instance of MongoDBNamespace Signed-off-by: Naseem <naseem@transit.app>
- Loading branch information
Naseem
authored
Sep 1, 2020
1 parent
5634e04
commit 2915c43
Showing
4 changed files
with
28 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters