Skip to main content
Seasoned ⭐️⭐️
April 20, 2026
Solved

Schedule Math functions

  • April 20, 2026
  • 2 replies
  • 62 views

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!

    Best answer by Mithila Jayalath

    @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?

    2 replies

    Mithila Jayalath
    Expert ⭐️⭐️⭐️⭐️
    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?

    Seasoned ⭐️⭐️
    April 21, 2026

    @Mithila Jayalath , thank you much for the feedback.