To rate of per seconds of query generation:
rate(prometheus_tsdb_head_chunks_created_total[1m])
Where it checks the number of chunks generated per second.

To rate of per x seconds of query generation:
rate(prometheus_tsdb_head_chunks_created_total[1m])
Where it checks the number of chunks generated per second.
