mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-28 02:20:42 +00:00
fix(consumption): rename _size_ => _data_ (#4866)
I failed at renaming the metric middle part while managing to do a great job with the suffix. Fix the middle part as well.
This commit is contained in:
@@ -113,7 +113,9 @@ impl MetricsKey {
|
||||
MetricsKey {
|
||||
tenant_id,
|
||||
timeline_id: Some(timeline_id),
|
||||
metric: "written_size_bytes_delta",
|
||||
// the name here is correctly about data not size, because that is what is wanted by
|
||||
// downstream pipeline
|
||||
metric: "written_data_bytes_delta",
|
||||
}
|
||||
.incremental_values()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user