OSS-Latam / df-metrics

MIT License
1 stars 0 forks source link

Built-in metric: Count duplicate records #21

Open brayanjuls opened 2 months ago

brayanjuls commented 2 months ago

The purpose of this metric is to counts the number of duplicate records in a dataset given a set of columns.

Input:

column_name: Array<String>
metric_alias: String
tags: Option<Array<String>>

Output:

metric_name: String
event_ts: Timestamp
system_ts: Timestamp
value: Float
tags: Array<String>