Change request id name in Duo Chat snowplow question categorization
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
- Comment out this line so that the categorization happens locally
- You will need snowplow micro installed.
- Go to http://localhost:9092/micro/reset to reset snowplow micro
- Ask Duo Chat a question
- Go to http://localhost:9092/micro/good and look for an event with: se_action of
ai_question_category
. This event should have arequestId
.
- 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 forrequestId
and collapsed all the other results.
Related to https://gitlab.com/gitlab-data/product-analytics/-/issues/2171
Edited by Lesley Razzaghian