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
User edits a java file for 1 minute, gets coffee for 8 minutes, comes back and edits a java file for 1 minute
there is only one edit workspace in che event sent to Woopra, even though the user in scenario 1 edits their Java file for a longer period of time compared to scenario 2.
Only one event is sent to Woopra in both situations because currently the telemetry plugin prevents two events with the same properties from being sent back to back:
In both of these scenarios:
there is only one
edit workspace in che
event sent to Woopra, even though the user in scenario 1 edits their Java file for a longer period of time compared to scenario 2.Only one event is sent to Woopra in both situations because currently the telemetry plugin prevents two events with the same properties from being sent back to back:
devworkspace-telemetry-woopra-plugin/src/main/java/com/redhat/devworkspace/services/telemetry/woopra/AnalyticsManager.java
Line 332 in d3b37c6
For better granularity, it would make sense for scenario 1 to cause more
edit workspace in che
events than scenario 2.Some possible solutions are:
The text was updated successfully, but these errors were encountered: