You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: new crate trace_metric for collecting metrics in read procedure (#714)
* feat: add ReadMetricsCollector for collecting metrics in read procedure
* collect metrics during merge
* add new component trace_metric
* add derive crate
* impl proc macro for trace_metric
* use the trace_metric crate
* support optional collector
* fix license
* make collector is optional
* trace metrics in parquet reader
* rename Collector to MetricsCollector
* rename TracedMetrics to TraceMetricWhenDrop
* support FormatCollectorVisitor
* set the metrics into datafusion
* remove useless file
* remove useless module
* rename constant variable
* fix wrong field name in metrics
* address CR
* attach index to the merge iter's metrics collector
* rename some constant variables
* fix wrong variable name
* rename metric type
0 commit comments