Closed Dieterbe closed 8 years ago
make sure you have the latest version of tsdb-gw and latest version of worldping-app
yeah. thanks. the http 500 was a good progress and things were actually working, just needed to update tsdb-gw and graphite-metrictank containers
so tsdb-gw listens on
/graphite/
, not/api/graphite
, at first i was struggling for a while with the nginx proxy container but then found out that the culprit is probably worldping-app which seems to have this issue adressed since https://github.com/raintank/worldping-app/commit/be04ed14c6b22a87d5f6d4c797de957c07feb1f5however, when loading in this code (which needed #79), i was still seeing the requests going to
http://localhost:3000/api/plugin-proxy/raintank-worldping-app/api/graphite/metrics/find/?query=*
which results in this (from nginx log):
i then tried :
which causes the requests to go to
http://localhost:3000/api/plugin-proxy/raintank-worldping-app/graphite/metrics/find/?query=*
instead, but that gives me 404 page not found.