Skip to content

Update metrics status when data is available in Usage Ping

When we add new metrics definition the status is implemented.

We should update the status when the data is available.

When is data available?

  • When data is reaching Snowflake and is ready to use?

Or

  • Make a guess and update the metric on the last day of the month

Data is ready the month after the release.

Goal

  • Have this process completely automated if possible
  • Maybe open an issue or MR and add the necessary changes

Proposed next steps

  • build a rake task that identifies the metrics from a given release and update the status of the metrics from implemented to data_available
  • Update all metrics with milestone 13.12 with status data_available
  • Generate a new Dictionary
Edited by Luis Mejia