mingo-app / mingo

Found a bug? have a FR ?
60 stars 2 forks source link

appName in connection string is not respected #581

Closed sagrawal31 closed 12 months ago

sagrawal31 commented 1 year ago

Describe the bug

When passing appName in the connection string, Mingo is not using the value and sending mingo instead to the server.

Screenshots

image

image

(Same behaviour is with mongodb+srv.

Because of this, we aren't able to identify who from within the developer team is running queries which is resulting in CPU usage (or running queries without index) on production.

Desktop (please complete the following information):

tothradoslav commented 1 year ago

We were overriding this value. We changed this so that you can specify yours, and unless you provide and appName, we will send "mingo".

sagrawal31 commented 1 year ago

That's awesome. Looking forward to the release.

sagrawal31 commented 1 year ago

Any update here?

tothradoslav commented 1 year ago

sorry, yeah, we have not released it yet, will do this next week. Sorry

tothradoslav commented 1 year ago

We have just released a release candidate with this issue corrected. Please check it out here: https://github.com/mingo-app/mingo/releases/tag/v.1.13.4