Open contecloud opened 1 year ago
When using Node.JS 18.16.0, prom-client returns the given error:
TypeError: Value is not a valid number: 191
Any solution?
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
When using Node.JS 18.16.0, prom-client returns the given error:
TypeError: Value is not a valid number: 191