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
We're experiencing the same issue in related issue #24 and probably #258 but with another field (user in this case).
Clients sending invalid json values showing up in any string field of the status json will break the exporter.
eg:
Sending: user: my\small\windows\value
Would trigger the following errors in the exporter:
Feb 15 01:02:18 prometheus-php-fpm[1451]: time="2023-02-15T01:02:18Z" level=error msg="invalid character 's' in string escape code"
Feb 15 01:02:18 prometheus-php-fpm[1451]: time="2023-02-15T01:02:18Z" level=error msg="Error scraping PHP-FPM: invalid character 's' in string escape code"
The text was updated successfully, but these errors were encountered:
jvrsantacruz
added a commit
to jvrsantacruz/php-fpm_exporter
that referenced
this issue
Mar 24, 2023
Hi all! 👋
We're experiencing the same issue in related issue #24 and probably #258 but with another field (
user
in this case).Clients sending invalid json values showing up in any string field of the status json will break the exporter.
eg:
Sending:
user: my\small\windows\value
Would trigger the following errors in the exporter:
The text was updated successfully, but these errors were encountered: