You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to ignore the "/" route in express, after looking into the source code, i believe that it does a string contains, which doesn't result in an exact match, but a substring. Is this intended?
I'm trying to ignore the "/" route in express, after looking into the source code, i believe that it does a string contains, which doesn't result in an exact match, but a substring. Is this intended?
https://github.com/PayU/prometheus-api-metrics/blob/master/src/utils.js#L21
The text was updated successfully, but these errors were encountered: