Skip to main content
Question

Schedule Math functions

  • April 20, 2026
  • 1 reply
  • 12 views

Forum|alt.badge.img

Team,

 

I am trying to schedule math functions, specifically addition of 4 tags and averaging of 4 tags.

These need to run specifically at 10:05am as these are totals that are reported once a day, at approximately 10am EST.

How can this be done and make these values available for use in Grafana?

 

Thanks for helping!

1 reply

Mithila Jayalath
Expert ⭐️⭐️⭐️⭐️
Forum|alt.badge.img+8
  • Expert ⭐️⭐️⭐️⭐️
  • April 21, 2026

@Henwill Balladares Since you need it to run at 10:05 AM EST (which is 15:05 UTC), you can use the following cron expression: 5 15 * * * to schedule your function. For more information regarding scheduling, please refer to the documentation here.

Have you connected your Cognite Data Fusion (CDF) project as a data source in Grafana?