openmeter icon indicating copy to clipboard operation
openmeter copied to clipboard

Filter events by data properties

Open hekike opened this issue 4 months ago • 0 comments

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

{
   ...
   data: {
      duration: 123,
      result: 'success'
   }
}

hekike avatar Feb 19 '24 23:02 hekike