graphite-project / graphite-web

A highly scalable real-time graphing system
http://graphite.readthedocs.org/
Apache License 2.0
5.89k stars 1.26k forks source link

graphite-api seems to throw 400s overzealously #2844

Closed hhartzer closed 2 months ago

hhartzer commented 2 months ago

Hi,

I'm trying to track down what's going on after an upgrade. Using graphite-api 1.1.3 on Debian 12.

All calls return 400s. I'm not sure why.

I tried something like: curl http://127.0.0.1:8081/metrics/find?query=*, and it gives a 400.

Is this normal behavior? I'm wondering if my test method is off.

Thank you!

hhartzer commented 2 months ago

I think my problem is with another codebase. Sorry about that!

https://github.com/brutasse/graphite-api/issues/252