I’ve got a v. simply-configured kube-prometheus-stack setup on a local k3d cluster (don’t worry about it). Prometheus responds to curled queries to the endpoint, http://prometheus.localhost:9090, and the web interface comes up just fine, but Atuin’s Monitoring block keeps barfing up an “unexpected_error.”
{“status”:“error”,“errorType”:“unexpected_error”,“error”:“unexpected http error”}
How is the entrypoint meant to be configured? I’ve tried every iteration of “http://” “prometheus.localhost” “localhost” “127.0.0.1” “:” “9090” “/api” “/” “v1” “/”, configured globally, and also in the block.
Thanks for the help!
OS: macos 15.7.1
atuin-desktop: 0.1.9-10
prometheus: 3.5.0
k3d: 5.8.3