Skip to content

Add telemetry to created comment templates

Thomas Randolph requested to merge tor/telemetry/saved-replies/created into master

What does this MR do and why?

For #397070 (closed)

Adds a tracking event for when a user saves a new comment template.

Events & Metrics

User Action Unique users? Event Name Metric Name
Create saved reply i_code_review_saved_replies_create counts.i_code_review_saved_replies_create
Create saved reply i_code_review_saved_replies_create redis_hll_counters.code_review.i_code_review_saved_replies_create_monthly

Screenshots or screen recordings

N/A; Telemetry

How to set up and validate locally

  1. Go to the page for creating saved comment templates for your account (note this is a production link, you should do it in the GDK)
  2. Fill out the form
  3. Click "Save"

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Thomas Randolph

Merge request reports