Add telemetry dataset generator logic - #5197
Open
mithileshreddy04 wants to merge 12 commits into
Open
Conversation
Signed-off-by: mithileshreddy04 <mithilesh.reddy@dell.com>
Signed-off-by: mithileshreddy04 <mithilesh.reddy@dell.com>
Signed-off-by: mithileshreddy04 <mithilesh.reddy@dell.com>
Signed-off-by: mithileshreddy04 <mithilesh.reddy@dell.com>
Signed-off-by: mithileshreddy04 <mithilesh.reddy@dell.com>
Signed-off-by: mithileshreddy04 <mithilesh.reddy@dell.com>
Signed-off-by: mithileshreddy04 <mithilesh.reddy@dell.com>
…nia-modernization
Signed-off-by: mithileshreddy04 <mithilesh.reddy@dell.com>
Signed-off-by: mithileshreddy04 <mithilesh.reddy@dell.com>
Signed-off-by: mithileshreddy04 <mithilesh.reddy@dell.com>
mithileshreddy04
marked this pull request as ready for review
September 11, 2026 04:47
…nia-modernization
priti-parate
approved these changes
Sep 11, 2026
balajikumaran-c-s
approved these changes
Sep 11, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issues Resolved by this Pull Request
Fixes: #4849
Description of the Solution
This PR introduces two major improvements to the telemetry subsystem:
1. Telemetry Dataset Profile Alignment
Updated telemetry dataset profiles to align with specific use cases and removed obsolete configurations:
idrac_powerscale,idrac_ldms_powerscale,idrac_ldms,idrac_ome_ufm,idrac_powerscale_vast,ldms_only,powerscale_only,defaults,online_mode, andoffline_modeidrac_only(replaced by more specific profiles)idrac_ome_ufm_sfm→idrac_ome_ufmto accurately reflect that SFM is an external integration, not a configurabletelemetry_sourcesentry2. Input Validation Log Path Alignment
Moved
validate_telemetry_input.logto the project-scoped data path for consistency with Omnia's data management standards:<OMNIA_DATA_PATH>/telemetry/log/<OMNIA_PROJECT_NAME>/validate_telemetry_input.log/opt/omnia/telemetry/log/project_default/validate_telemetry_input.log/var/log/omnia/telemetry/validate_telemetry_input.log(no longer updated)telemetry.log,deploy.log,credentials.log, etc.) remain under/var/log/omnia/telemetry/The changes ensure:
OMNIA_DATA_PATHpattern