TL;DR Tech Tips — Flux Time Ranges
In this post, we share some basics about working with time ranges in Flux. Q: What's the role of time ranges in Flux queries? A: Flux requires a time range when querying InfluxDB. “Unbounded” queries are very resource-intensive and as a...
TL;DR InfluxDB Tech Tips Flux Timestamps
In this post, we share some quick examples of how you can work with timestamps in Flux. Q: What timestamp formats are available in Flux? A: There are two timestamp formats available: Unix timestamp A Unix timestamp counts time since Unix...