Skip to content

Commit

Permalink
Merge pull request #2040 from input-output-hk/dlachaume/fix-metric-name
Browse files Browse the repository at this point in the history
Fix: rename `certificate_total_produced_since_startup` metric name in aggregator
  • Loading branch information
dlachaume authored Oct 22, 2024
2 parents f19e6a3 + 0ed7499 commit af96205
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mithril-aggregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-aggregator"
version = "0.5.86"
version = "0.5.87"
description = "A Mithril Aggregator server"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mithril-aggregator/src/metrics/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ build_metrics_service!(
"Number of signature registrations received since startup on a Mithril aggregator node"
),
certificate_total_produced_since_startup:MetricCounter(
"mithril_aggregator_certificate_detail_total_produced_since_startup_counter",
"mithril_aggregator_certificate_total_produced_since_startup_counter",
"Number of certificates produced since startup on a Mithril aggregator node"
),
artifact_cardano_db_total_produced_since_startup:MetricCounter(
Expand Down

0 comments on commit af96205

Please sign in to comment.