-
-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(beacon-node): network worker event latency metrics (#5800)
* feat(beacon-node): pass metrics to workerEvents * feat(beacon-node): add types for network worker event metrics * feat(beacon-node): add metrics for network worker events * feat(beacon-node): add metric data to network worker events * fix(beacon-node): move async iterator timestamps to correct location * fix(beacon-node): Omit unnecessary emittedAt from parameter type * feat(dashboards): add network worker thread metrics to dashboard * fix(dashboard): change metric name back to lodestar_ prefix * fix: run check-types and update missed test types * Revert "feat(beacon-node): add types for network worker event metrics" This reverts commit e8dc6d2. * Revert "fix(beacon-node): move async iterator timestamps to correct location" This reverts commit 8b3f6c6. * Revert "fix(beacon-node): Omit unnecessary emittedAt from parameter type" This reverts commit b7fde56. * Revert "feat(beacon-node): add metric data to network worker events" This reverts commit 631f570. * feat(beacon-node): capture worker message in hrTime * fix(dashboards): remove re-emit panel from network worker row * fix(metrics): remove unused re-emit metrics * Revert "fix: run check-types and update missed test types" This reverts commit 525d157. * fix(beacon-node): update metric name at call site * fix(metrics): update capture to ISU units * refactor(beacon-node): move initialization out of conditional * fix: remove unused import * feat(metrics): add unit to metric name * feat(metrics): add unit to metric name * feat: add trace log statement to network worker * fix: change trace to debug log * feat(metrics): add eventName to network worker message metrics * bug(logger): check if trace is broken * feat(metrics): add worker eventDirection label * fix(metrics): use string instead of enum for eventDirection * fix(metrics): remove eventDirection label * feat(dashboards): add average panel for network worker message * fix(metrics): update naming per Nico's suggestions * refactor: remove unused logger from workerEvents.ts * fix(metrics): add network worker unit name back * fix(beacon-node): use bigint for hrtime in worker message metric * fix(dashboards): remove dashboard changes. moved to PR#5827 * fix(dashboards): remove dashboard changes. moved to PR#5827 * fix(dashboards): remove dashboard changes. moved to PR#5827 * fix: constant case for nano conversion * Revert "fix(beacon-node): use bigint for hrtime in worker message metric" This reverts commit 59f12ff. * refactor: remove Sec suffix in metric variable name * fix(dashboard): make metric name match the updates in PR
- Loading branch information
1 parent
93709ff
commit dd57c96
Showing
6 changed files
with
54 additions
and
15 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
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
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