You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently committed updates to the Navigational Suggestions experiment config in metric-hub. As a part of this I renamed the engaged_search_sessions metric to search_sessions, but I forgot to update the name in the denominator for nav_impression_rate and search_engine_rate.
However, the CI validation passed and the rerun-jetstream job completed successfully. I only noticed the error when I found that the statistics_ tables did not contain the nav_impression_rate and search_engine_rate metrics - looks like they were silently dropped because of the denominator error.
The validation should check the numerator & denominator for population ratio metrics and flag if either of these are not defined.
I recently committed updates to the Navigational Suggestions experiment config in
metric-hub
. As a part of this I renamed theengaged_search_sessions
metric tosearch_sessions
, but I forgot to update the name in the denominator fornav_impression_rate
andsearch_engine_rate
.However, the CI validation passed and the
rerun-jetstream
job completed successfully. I only noticed the error when I found that thestatistics_
tables did not contain thenav_impression_rate
andsearch_engine_rate
metrics - looks like they were silently dropped because of the denominator error.The validation should check the numerator & denominator for population ratio metrics and flag if either of these are not defined.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: