I’m sending to influxDB data related to network packages (UDP ones). The thing here is that I want to visualize on Grafana this data, whose timestamp goes to the nanosecond resolution. I don’t want to group the information for (10s or 1s), since I want the user to see things like (time between 2 packets) and gather information by packet (which has a defined timestamp, the udp packet time).
When I try to do this on Grafana, even for a very small time range, the browser stops working. How can I do it? Or isn’t this possible with Grafana?
Yes, sub seconds Works fine in Grafana with influxdb, make sure you set the min interval in data sources setting to the interval which you collect and write metrics. What metric collector do you have that collects network metric on sub second intervals?
Any developments on this?
I am having the same issue in Grafana 7.5.7. If I try to zoom into an interval smaller than a second, Grafana’s time range control is empty (start and stop are equal)