Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prometheus route should not alter from user-input #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kennsippell
Copy link

@kennsippell kennsippell commented Jul 12, 2023

#114

Change proposed based on discussion here

@@ -73,13 +73,6 @@ class ExpressMiddleware {
}
}

// nest.js - build request url pattern if exists
if (typeof req.params === 'object') {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm 100% with not mutating this object, but i guess we rely on it and it should be handled in the relevant place. i guess when we publish metrics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants