Skip to content

Change request id name in Duo Chat snowplow question categorization

Lesley Razzaghian requested to merge request-id-name-change into master

What does this MR do and why?

The 'request ID' property on the Duo Chat Snowplow dashboards was listed under property for the ai_question_category event action. This MR is to change it so that it is consistent with the other event actions.

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.

Screenshots or screen recordings

N/A

How to set up and validate locally

  1. Comment out this line so that the categorization happens locally
  2. You will need snowplow micro installed.
  3. Go to http://localhost:9092/micro/reset to reset snowplow micro
  4. Ask Duo Chat a question
  5. Go to http://localhost:9092/micro/good and look for an event with: se_action of ai_question_category. This event should have a requestId.
  • Note: it may be easier to read using a JSON formatter. What I did is create a new .JSON file in Rubymine and then have it automatically format it for easier reading. Then I searched for requestId and collapsed all the other results.

Related to https://gitlab.com/gitlab-data/product-analytics/-/issues/2171

Edited by Lesley Razzaghian

Merge request reports

Loading