If you are using prometheus' remote_write feature to write to influxdb, 
then I would have thought you would be able to query it via prometheus' 
remote_read via the same PromQL interface - that is, you should not have to 
write influxQLqueries (I'm not sure why you've found this).  But you may 
end up having to write recording rules to do downsampling.

I'd suggest you consider using something else for long term storage which 
supports the same PromQL language natively, so your dashboards don't have 
to change.  Popular options include VictoriaMetrics (very easy to set up) 
and Thanos (a bit more work).

Thanos includes down-sampling as a built-in feature.  With VictoriaMetrics 
you can scrape the /federate endpoint as described here 
<https://github.com/VictoriaMetrics/VictoriaMetrics/issues/36>.  So either 
way, you don't have to write recording rules.

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/6a581f1b-16b7-46d9-9d79-f7ea075276e7%40googlegroups.com.

Reply via email to