athena_rs 3.23.0

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Summary-metrics facade for `/debug/schema`.
//!
//! This module preserves a stable summary-metrics import surface while splitting
//! metrics concerns by domain:
//! - `debug_summary_metrics_contracts`
//! - `debug_summary_metrics_builder`
//! - `debug_summary_metrics_builder_stage_contracts`
//! - `debug_summary_metrics_builder_stage_output_assembly`
//! - `debug_summary_metrics_from_builder_stage_output_assembly`
//! - `debug_summary_metrics_builder_stage_output_handoff_assembly`
//! - `debug_summary_metrics_builder_stage_output_contract_handoff_assembly`
//! - `debug_summary_metrics_found_table_count_builder`
//! - `debug_summary_metrics_still_needed_counts_builder`

pub(super) use super::debug_summary_metrics_builder::build_debug_summary_metrics;
pub(super) use super::debug_summary_metrics_contracts::LoggingSchemaDebugSummaryMetrics;