When I use bin(timestamp, 1m)
and generate a timechart of it, null values generate a straight line. How can i treat missing values as zeros?!?
Another option is to use the make-series operator instead of summarize, with default=0.
make-series creates a series that can be analyzed using advanced time-series functions. It's a bit clunkier than summarize, but offers other advantages.