Skip to content

Commit

Permalink
Update metering.rs
Browse files Browse the repository at this point in the history
Signed-off-by: comfsrt <155266597+comfsrt@users.noreply.github.com>
  • Loading branch information
comfsrt authored Feb 25, 2025
1 parent aa3c4bb commit 18572cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linera-views/src/backends/metering.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ impl KeyValueStoreMetrics {
let entry2 = format!("{} delete latency", title_name);
let delete_latency = register_histogram_vec(&entry1, &entry2, &[], None);

let entry1 = format!("{}_read_value_number_none_cases", var_name);
let entry1 = format!("{}_read_value_none_cases", var_name);
let entry2 = format!("{} read value number none cases", title_name);
let read_value_none_cases = register_int_counter_vec(&entry1, &entry2, &[]);

Expand Down

0 comments on commit 18572cd

Please sign in to comment.