Skip to content

Commit

Permalink
Update src/query/catalog/src/statistics/data_cache_statistics.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bohu <[email protected]>
  • Loading branch information
dantengsky and BohuTANG authored Jan 13, 2024
1 parent 38aedc4 commit d327abf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/query/catalog/src/statistics/data_cache_statistics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ pub struct DataCacheMetrics {

#[derive(Default, Clone, Serialize, Deserialize)]
pub struct DataCacheMetricValues {
pub bytes_from_storage: usize,
pub bytes_from_disk_cache: usize,
pub bytes_from_mem_cache: usize,
pub bytes_from_remote_disk: usize,
pub bytes_from_local_disk: usize,
pub bytes_from_memory: usize,
}

impl DataCacheMetrics {
Expand Down

0 comments on commit d327abf

Please sign in to comment.