department-of-veterans-affairs / va.gov-team

Public resources for building on and in support of VA.gov. Visit complete Knowledge Hub:
https://depo-platform-documentation.scrollhelp.site/index.html
281 stars 201 forks source link

EVSS Migration - PCIU - Refactor logging and stats for 526ez prefill #79346

Open sethdarragile6 opened 6 months ago

sethdarragile6 commented 6 months ago

Issue Description

Currently, some basic logging is in place to track missing address, phone and email information, as well as whether or not the PCIU removal flag is ON or OFF. This has given us valuable information, however there are 2 modifications that would make it MORE useful:

  1. log counts of missing data from VA Profile AND VA Profile+PCIU, regardless of whether or not the flag is ON/OFF
  2. log output replaced with statsd counts(make sure that statsd calls are traceable back to the requestor)

This should help the dashboard load more efficiently, while also giving us running comparisons of missing counts with VA Profile-only vs VA Profile+PCIU- regardless of flag state.


Tasks

Acceptance Criteria


How to configure this issue

RakshindaAslam commented 6 months ago

Useful beyond migration