First of all, the tool is an excellent help for obtaining metrics that can be brought directly into Grafana via Prometheus, thank you very much for that!
I have the problem that the metrics for the filters in Grafana do not seem to be correct. Here is the query I'm using:
rate(junos_firewall_filter_policer_bytes{target=~“$device”, filter="$Filter"}[$__rate_interval])
The value of the time series is: Mean
The unit: bits/sec [SI]
Is there any documentation on how it should look correctly so that the values match those I have on an MX-Series Juniper router?