We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using Node.JS 18.16.0, prom-client returns the given error:
TypeError: Value is not a valid number: 191
The text was updated successfully, but these errors were encountered:
When using Node.JS 18.16.0, prom-client returns the given error: TypeError: Value is not a valid number: 191
Any solution?
Sorry, something went wrong.
Probably the reason you are getting this error is because the Express's response is now returning a string value in the _contentLength field.
You can try to fix this error by converting this value to a number before calling Monitor.init method
No branches or pull requests
When using Node.JS 18.16.0, prom-client returns the given error:
TypeError: Value is not a valid number: 191
The text was updated successfully, but these errors were encountered: