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
You probably need to adjust the URL to call Prometheus at. Styx tries to call localhost:9090 by default.
Try running it with this flag and change it to point to your Prometheus: styx --prometheus http://prom.example.com
The invalid character '<' looking for beginning of value tells me that there was no JSON in the response and therefore the response could not be decoded.
Okay, I got styx to build on both a new Linux VM and Windows VM.
Why am I getting this error though on both platforms when I try to query my Prometheus server?
invalid character '<' looking for beginning of value
I'm relatively new to Prometheus and go. Am I doing something wrong?
Any help appreciated.
The text was updated successfully, but these errors were encountered: