Skip to content

Commit

Permalink
fix: fixed dynamic_gas_queried_success_fees metric name (#4146)
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno authored Aug 14, 2024
1 parent 68b0e74 commit 39689c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fix the `dynamic_gas_queried_success_fees` Prometheus metric name.
([\#4104](https://github.com/informalsystems/hermes/issues/4104))

2 changes: 1 addition & 1 deletion crates/telemetry/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ impl TelemetryState {
.init(),

dynamic_gas_queried_success_fees: meter
.f64_observable_gauge("dynamic_gas_queried_fees")
.f64_observable_gauge("dynamic_gas_queried_success_fees")
.with_description("The EIP-1559 base fee successfully queried")
.init(),

Expand Down

0 comments on commit 39689c7

Please sign in to comment.