Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CM] Event Stream: Two events per action #170747

Closed
vadimkibana opened this issue Nov 7, 2023 · 1 comment
Closed

[CM] Event Stream: Two events per action #170747

vadimkibana opened this issue Nov 7, 2023 · 1 comment
Labels
Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)

Comments

@vadimkibana
Copy link
Contributor

Shall we track two events for some actions: (1) before the actions starts; (2) after actions successfully completes of fails.

For example, instead of just tracking CRUD delete event, we would track deleteStart and deleteEnd events. deleteStart would fire every time somebody attempts the "delete" action, the deleteEnd event would contain information whether the action was completed and whether it was successful.


Incremental progress:

  • Start with just delete events, which are logged after successful completion.
  • Maybe in the future add deleteBefore events.
@vadimkibana vadimkibana changed the title Two events per action [CM] Event Stream: Two events per action Nov 7, 2023
@vadimkibana vadimkibana added the Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience) label Nov 7, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/appex-sharedux (Team:SharedUX)

@petrklapka petrklapka closed this as not planned Won't fix, can't repro, duplicate, stale Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)
Projects
None yet
Development

No branches or pull requests

3 participants