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

Filter events by data properties #629

Open
hekike opened this issue Feb 19, 2024 — with Linear · 0 comments
Open

Filter events by data properties #629

hekike opened this issue Feb 19, 2024 — with Linear · 0 comments

Comments

Copy link
Contributor

hekike commented Feb 19, 2024

Use case, I have two meters, one tracks all durations, one tracks only successfull executions.

{
   ...
   data: {
      duration: 123,
      result: 'success'
   }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant