I want to Write InfluxQL at Influxdb to read the data at 9:30AM daily & Sending this data in the Email

Hi All,

We are using Grafana for health monitoring of all clusters including Production. we will monitor all components cpu/memory usage, jobs uptime and disks usage.

Here I want to write Influx QL(query language) at InfluxDB Pod to read the above data of various components cpu/memory usage, disks size, jobs uptime at every morning 9:30 AM.

i would like to send this data in the Email to my Manager.

I am seeing Grafana query for getting data, but Am struck at converting Grafana queries into InfluxQL .

Could you please help me ?!