-
Notifications
You must be signed in to change notification settings - Fork 458
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
m3coordinator with grafana #2000
Comments
we experienced the same problem. We bypassed this by setting up haproxy as reverse proxy: Browser -> haproxy -> grafana where haproxy as kind of man-in-the-middler modifies incoming requests by using following config:
hope this helps you out for the moment. But of course there shouldn't be necessity for such a workaround. |
I did some research on this issue. It actually turned out that the Graphite HTTP API implementation of M3DB is not compliant. POST Requests are implemented in the API since 2009 and therefore should be implemented by M3DB, too. |
i have same problem. Is there any chance that this will be fixed? UPD: looks like this fixed few days ago. Thanks! |
Thank you for fixing this with #2153 ! |
I installed a cluster with 3 node and 1 m3 coordinator
m3coordinator is working fine it can write data point to m3db but i setup grafana with m3coordinator to see data but its not working ..
added data source graphite in grafana as per document in m3db
Note that you'll need to set the URL to: http://<M3_COORDINATOR_HOST_NAME>:7201/api/v1/graphite
Can any one please help why i am not able to view data in grafana ... if i manually pass query in grafana it works but when i try to create any dashboard drop down list is blank and i attached debug tool screen shot with this
carbon debug log
Oct 11 20:20:27 mtc01-tej grafana-server[23913]: t=2019-10-11T20:20:27+1100 lvl=info msg="Request Completed" logger=context userId=1 orgId=1 uname=admin method=POST path=/api/datasources/proxy/1/metrics/find status=400 remote_addr=192.168.5.81 time_ms=15 size=27 referer="http://mtc01-tej.ops:3000/dashboard/new?panelId=2&edit&fullscreen&orgId=1"
it giving 400 as status
The text was updated successfully, but these errors were encountered: