You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, It seems that monitors such as android-application and questionnaire-completion-log seem to use ObservationKey as the key for the topic, which would result in overriding the values over time on MongoDB. Can we use AggregatedKey as the record key or a MonitorRecordKey schema that has timeRecorded as a property?
Any suggestions @blootsvoets , @yatharthranjan@kerzmaximilian ?
The text was updated successfully, but these errors were encountered:
Probably then a backend stream mapping to AggregatedKey with the relevant measures would be best? Or even just to use the aggregate key with equal start and end dates...
Currently, It seems that monitors such as
android-application
andquestionnaire-completion-log
seem to useObservationKey
as the key for the topic, which would result in overriding the values over time on MongoDB. Can we useAggregatedKey
as the record key or aMonitorRecordKey
schema that hastimeRecorded
as a property?Any suggestions @blootsvoets , @yatharthranjan @kerzmaximilian ?
The text was updated successfully, but these errors were encountered: