-
Notifications
You must be signed in to change notification settings - Fork 720
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2355: CAD-2572 Direct submission of the ChainSync headers served metric to EKG r=deepfire a=jutaro 1. Bump `iohk-monitoring-framework` to the latest `master`, that includes EKG server extraction. 2. Define `EKGDirect` -- a direct handle onto the EKG server/store used by the EKG backend of the logging framework. 3. Stop submitting `cardano.node.metrics.served.header.counter.int` to the switchboard. 4. Submit it via `EKGDirect`, instead. Co-authored-by: Yupanqui <jnf@arcor.de>
- Loading branch information
Showing
5 changed files
with
111 additions
and
28 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 |
---|---|---|
|
@@ -89,6 +89,8 @@ library | |
, containers | ||
, directory | ||
, dns | ||
, ekg | ||
, ekg-core | ||
, filepath | ||
, generic-data | ||
, hedgehog-extras | ||
|
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