[prometheus-users] Porting PromQL to InfluxQL

2020-05-23 Thread Yogesh Jadhav
I am trying a Prometheus/PromQL Grafana Dashboard to InfluxDB/InfluxQL(OSS/1.8). I am facing two major problems regarding this. 1. Lack of Join for different Measurements I have the following query which in Prometheus which shows packet loss with the following query (ifOutDiscards)

[prometheus-users] Re: InfluxQL queries for Data collected by Prometheus

2020-05-10 Thread Yogesh Jadhav
Thanks for the reply, Brian. I don't mind writing recording rules. My only worry is will I be able to use Grafana dashboards without any issues (especially when we access data over years) as InfluxDB stores it internally in a different format. Our's is a small organization with a small network

[prometheus-users] InfluxQL queries for Data collected by Prometheus

2020-05-07 Thread Yogesh Jadhav
Hi All, I am using Prometheus with SNMP exporter to fetch metrics from network devices like router, switch, etc. After creating dashboards in Grafana, I realized that Prometheus does not provide downsampling for long term storage over years such that footprint is fixed and small. So InfluxDB