-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error saving existing metrics in UI #532
Comments
I see in DB that field have value of "{is_failing_int,seconds_since_last_failure}" but save payload sends value "Gauges":["is_failing_int","seconds_since_last_failure"]. So maybe its only wrong type of parenthesis? |
@pashagolub seems to be backend error after all. This is error I got from backend log. Seems it updates column of type[] with value in [] and not in {}:
|
Found it in |
Would you please provide steps to reproduce the issue? I'm kinda lost in discussion. Is this a prometheus related, right? |
No, its again UI related. Navigate to metrics tab, press edit on metric named "archiver" and press button "Update". Will be probably the same on any metric that have something in field "Gauges". |
Discussed in #530
Originally posted by ondar August 27, 2024
Error "ERROR: malformed array literal: "["is_failing_int","seconds_since_last_failure"]" (SQLSTATE 22P02)" saving existing metrics "archiver". So it seems it have something to do with saving the field "Gauges" in tab "SETTINGS".
The text was updated successfully, but these errors were encountered: