forked from apache/horaedb
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: new crate
trace_metric
for collecting metrics in read procedu…
…re (apache#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
- Loading branch information
Showing
31 changed files
with
705 additions
and
75 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.