Skip to content

Commit 191a09f

Browse files
committed
chore: doc, version bump
1 parent 78231b8 commit 191a09f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/fortuna/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fortuna"
3-
version = "9.2.1"
3+
version = "9.2.2"
44
edition = "2021"
55

66
[lib]

apps/fortuna/src/keeper/keeper_metrics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ impl KeeperMetrics {
190190

191191
writable_registry.register(
192192
"request_failovers_triggered",
193-
"Number of requests where backup replica performed failover",
193+
"Number of requests where backup replica attemped to fulfill the request",
194194
keeper_metrics.request_failovers_triggered.clone(),
195195
);
196196

0 commit comments

Comments
 (0)