Skip to content

[monitor-cli] feat: inspect persisted experiment ranges - #159

Draft
tardis-key wants to merge 2 commits into
verl-project:mainfrom
tardis-key:data-inspect
Draft

[monitor-cli] feat: inspect persisted experiment ranges#159
tardis-key wants to merge 2 commits into
verl-project:mainfrom
tardis-key:data-inspect

Conversation

@tardis-key

@tardis-key tardis-key commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

What does this PR do?

  • Adds a new CLI command: rl-insight data inspect
  • Inspects persisted Prometheus and Tempo data offline
  • Lists each project / experiment pair with its first and last timestamps

Checklist Before Starting

  • Search for similar PRs. Paste at least one query link here: ...
  • Format the PR title as [{modules}] {type}: {description} (This will be checked by the CI)
    • {modules} include:
      • monitor-api, monitor-cli, monitor-collector, monitor-server, monitor-config for online monitor changes
      • recipe for offline analysis changes, including pipeline, parser, visualizer, data checker, recipe config, examples, and sample data
      • doc, ci, perf, deployment, misc for cross-cutting changes
    • If this PR involves multiple modules, separate them with , like [recipe, ci] or [monitor-server, monitor-config]
    • {type} is in feat, fix, refactor, chore, test
    • If this PR breaks any API (CLI arguments, config, function signature, etc.), add [BREAKING] to the beginning of the title.
    • Example: [BREAKING][mstx, torch_profile] feat: support timeline parsing

Test

For changes that can not be tested by CI (e.g., algorithm implementation, new model support), validate by experiment(s) and show results like training curve plots, evaluation results, etc.

API and Usage Example

# Inspect the default data directory
rl-insight data inspect

# Inspect a custom data directory
rl-insight data inspect --log-dir /path/to/rl-insight/data

Design & Code Changes

Demonstrate the high-level design if this PR is complex, and list the specific changes.

Checklist Before Submitting

Important

Please check all the following items before requesting a review, otherwise the reviewer might deprioritize this PR for review.

@tardis-key
tardis-key marked this pull request as draft September 3, 2026 01:16
@tardis-key tardis-key changed the title feat(data): inspect persisted experiment ranges [monitor-cli] feat: inspect persisted experiment ranges Sep 3, 2026
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