-
Notifications
You must be signed in to change notification settings - Fork 123
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
Can't add datasource - Bad Request[Q] #480
Comments
hi, we usually don't have go-carbon as a direct grafana datasource. you would need to deploy carbonapi with go-carbon as backend and make carbonapi as a data source in grafana. |
To be precise you can use:
I'm also not sure if there are other projects that can talk to graphite's CLUSTER_SERVER compatible backend, I guess there are, so instead of graphite-web in setup in point 2 you can use other software (maybe metrictank can, but I'm not sure). Listeners that you've mentioned in your comment, are for input only, so you can send graphite line protocol messages over TCP or UDP to port 2003 (localhost) and go-carbon will start writing that data to whisper files on disk. |
Thanks all, I didn't realize I needed it with carbonapi. I don't think i need the tagging. |
Hi there
I've just added go-carbon on my grafana server but i can't seen to add it as a data source.
I'm getting a HTTP error Bad Gateway.
After further investigation it looks like go-carbon is listening on ipv6:2003
We don't use ipv6 and i can't seem to change it. I've disabled IPv6 on my debian server, restarted not change.
I've change the the config to with now change.
Any ideas how to fix?
The text was updated successfully, but these errors were encountered: