23 Dec 2024
05:05 PM
- last edited on
30 Dec 2024
07:24 AM
by
MaciejNeumann
Hi everybody!
I´m trying to get a Matcher DQL query grouping by trace_id value. When I use Notebook DQL, dedup is working well. But I need to use the query updating Matcher DQL syntaxis. Dedup is not valid in metric extraction.
DQL query in a Notebook:
fetch bizevents | filter event.provider == "Api Frontend"
| filter transaction_status_exitoso == false
| dedup trace_id
I need to add a filter instead of dedup in Matcher DQL when I create the usiness event metric:
Solved! Go to Solution.
19 May 2025 09:05 AM - edited 19 May 2025 09:06 AM
Hi,
`OpenPipeline` is a stateless ingest solution where every ingest processor (rule) operates only on a single record.
Hence, there is unfortunately no way to deduplicate the incoming data.
Regards,
Tomasz Woźniak