Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve metrics streaming #2722

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

YuanTingHsieh
Copy link
Collaborator

@YuanTingHsieh YuanTingHsieh commented Jul 22, 2024

Issue

  • apis should not depend on app_common
  • Some metrics receiver support client side, some don't. If users mis-configure metrics streaming, its error handling should NOT stop the training job.

Description

  • Move LogWriterName, TrackConst from nvflare.app_common.tracking.tracker_types to nvflare.apis.analytix
  • Remove unused file
  • Add supporting type of metrics receiver (either on server side only or both sides)
  • Enhance error handling

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • New tests added to cover the changes.
  • Quick tests passed locally by running ./runtest.sh.
  • In-line docstrings updated.
  • Documentation updated.

@YuanTingHsieh YuanTingHsieh mentioned this pull request Jul 23, 2024
6 tasks
@YuanTingHsieh YuanTingHsieh force-pushed the improve_metrics_streaming branch 2 times, most recently from a01ddd6 to a7c9c51 Compare July 23, 2024 01:05
@YuanTingHsieh YuanTingHsieh changed the title [DRAFT] Improve metrics streaming Improve metrics streaming Jul 23, 2024
@YuanTingHsieh YuanTingHsieh force-pushed the improve_metrics_streaming branch 2 times, most recently from b35cac5 to 2a6a6f6 Compare July 30, 2024 20:36
@YuanTingHsieh YuanTingHsieh changed the title Improve metrics streaming [2.6] Improve metrics streaming Jul 30, 2024
@YuanTingHsieh YuanTingHsieh force-pushed the improve_metrics_streaming branch from 7c7ef8a to 94ace50 Compare November 25, 2024 23:16
@YuanTingHsieh YuanTingHsieh changed the title [2.6] Improve metrics streaming Improve metrics streaming Nov 25, 2024
@YuanTingHsieh YuanTingHsieh force-pushed the improve_metrics_streaming branch from 7f7a7b8 to 6bf6bdc Compare November 25, 2024 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant