This repository was archived by the owner on Apr 20, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
add srtlog functionality to vectorize logs #101
Closed
Closed
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
43dd31a
parser for node and benchmakre. trim aislop
KaunilD 159aab8
create architecture diagram
KaunilD f630cba
benchmark log out as fallback
KaunilD 574658c
benchmark log out as fallback
KaunilD 466c3c9
rabbit deedback
KaunilD 05649d8
deleted debug files
KaunilD 71d13cb
router bench
KaunilD f06eee7
parser logic for timestamp
KaunilD fe3b9aa
added beter fixtures
KaunilD 689dcd7
precoommiit
KaunilD 5e73496
precoommiit
KaunilD 958f913
precoommiit
KaunilD 36d1017
precoommiit
KaunilD ee4d607
precoommiit
KaunilD 99e2225
ruff check
KaunilD File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: ishandhanani/srt-slurm
Length of output: 115
🏁 Script executed:
Repository: ishandhanani/srt-slurm
Length of output: 108
🏁 Script executed:
Repository: ishandhanani/srt-slurm
Length of output: 106
🏁 Script executed:
Repository: ishandhanani/srt-slurm
Length of output: 2092
🏁 Script executed:
Repository: ishandhanani/srt-slurm
Length of output: 1421
🏁 Script executed:
Repository: ishandhanani/srt-slurm
Length of output: 92
🏁 Script executed:
Repository: ishandhanani/srt-slurm
Length of output: 1682
🏁 Script executed:
Repository: ishandhanani/srt-slurm
Length of output: 48
🏁 Script executed:
# Check the config file to see if there are examples cat configs/deepep_config.jsonRepository: ishandhanani/srt-slurm
Length of output: 559
🏁 Script executed:
Repository: ishandhanani/srt-slurm
Length of output: 5297
🏁 Script executed:
Repository: ishandhanani/srt-slurm
Length of output: 50
🏁 Script executed:
Repository: ishandhanani/srt-slurm
Length of output: 1565
🏁 Script executed:
Repository: ishandhanani/srt-slurm
Length of output: 48
🏁 Script executed:
Repository: ishandhanani/srt-slurm
Length of output: 440
Guard ISL/OSL int conversion against non-numeric strings.
ProfilerMetadata.islandProfilerMetadata.oslare stored as strings without validation. Non-numeric values (such as"N/A") will raiseValueErrorand crash the dashboard. Wrap conversions in try-except blocks to safely handle invalid inputs.🛠️ Proposed fix
🤖 Prompt for AI Agents