cds-snc / covid-alert-server

Exposure Notification: Diagnosis Server implementation / Notification d’exposition : Mise en œuvre du serveur de diagnostic
Apache License 2.0
298 stars 31 forks source link

Aggregate ExposureNotificationCheck #447

Closed CalvinRodo closed 3 years ago

CalvinRodo commented 3 years ago
{
   "metricstimestamp":1615834330013,
   "appversion":"1.1.8",
   "appos":"android",
   "osversion":"30",
   "manufacturer":"Google",
   "model":"sdk_gphone_x86_arm",
   "androidreleaseversion":"11",
   "payload":[
      {
         "identifier":"ExposureNotificationCheck",
         "region":"None",
         "timestamp":1615834330013,
         "step":"8",
         "lifecycleId":"a776e4b6-81d7-11eb-8dcd-0242ac130003",
         "lifeCycleDailyCount":"2"
      }
   ]
}
CalvinRodo commented 3 years ago

As of right now the plan by @smcmurtry is to generate reports on this bit of data from the raw_metrics table so there is no need to aggregate but instead will be preventing these events from making it to the aggregate_metrics table.

CalvinRodo commented 3 years ago

Closed will be handled by another issue