This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Timelock Partitioning] Part 32: Client aware event recorders (#4263)
* PaxosLeadershipEventRecorder is namespaced via the metric registry and logging. * remove low value test since we don't have access to tagged metrics anymore * Add generated changelog entries * safeArgs -> contextArgs
- Loading branch information
1 parent
a127f80
commit 5edd417
Showing
5 changed files
with
62 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
type: break | ||
break: | ||
description: '`PaxosLeadershipEventRecorder` now takes in a `TaggedMetricRegistry` | ||
instead of a `MetricRegistry`. The names of the metrics remain the same.' | ||
links: | ||
- https://github.com/palantir/atlasdb/pull/4263 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters