Skip to content

Consider 2 more events as daily usage of Code Suggestion feature

What does this MR do and why?

It adds 2 events as a usage events for AI Usage Rate metric. This change will add more precision to the metric. No user-facing changes.

AI Usage Rate events after this change:

  • code_suggestion_shown_in_ide - that's a long term indication event for detecting AI Usage Rate metric. At the moment we don't gather those but we will as soon as #457506 is done.
  • code_suggestions_requested - that's the short term event we will remove from consideration after #457506 is done + we have enough data. Cleanup issue
  • code_suggestion_direct_access_token_refresh - temporary event which we gather instead of code_suggestions_requested because latter won't be tracked soon. See this thread for details. Cleanup issue

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #443696 (closed)

Edited by Pavel Shutsin

Merge request reports