semi implemented and features implemented save checkpoint

This commit is contained in:
master
2026-02-08 18:00:49 +02:00
parent 04360dff63
commit 1bf6bbf395
20895 changed files with 716795 additions and 64 deletions

View File

@@ -0,0 +1,22 @@
# Runtime Observations Query CLI
## Module
Cli
## Status
IMPLEMENTED
## Description
CLI commands for querying historical runtime observations filtered by symbol name (glob pattern), node hash, container, pod, or namespace with time window filtering. Complements function-map verification for runtime linkage analysis.
## Implementation Details
- **Command Group**: `src/Cli/StellaOps.Cli/Commands/Observations/ObservationsCommandGroup.cs` -- `ObservationsCommandGroup` for runtime observations
- **Commands**:
- `stella obs query` -- query runtime observations. Options: `--symbol <glob>`, `--node <hash>`, `--container <name>`, `--pod <name>`, `--namespace <ns>`, `--from <time>`, `--to <time>`, `--format table|json`
## E2E Test Plan
- [ ] Run `stella obs query --symbol "org.example.*"` and verify glob pattern matching
- [ ] Run with `--container my-app` and verify container filtering
- [ ] Run with `--from 2024-01-01 --to 2024-12-31` and verify time window filtering
- [ ] Verify pagination support
- [ ] Verify `--format json` output