Hi
I am trying to configure self hosted redash with graphite.I am able to connect to graphite as source and it shows successful.However I am not able to see any data getting populated in dashboard and not sure what query to run to populate graphite data onto the dashboard.

I dont see any documentation related to graphite.Any help ?

Regards,
Kirti

I had a tough time figuring out the syntax to query Graphite as well. It hits Graphite’s HTTP API. I believe the API’s fields are just set in the query as a key=value pair. One for each line. I has success with this:

target=my.custom.metric.count
from=-2days
until=now
1 Like