save progress
This commit is contained in:
23
src/__Libraries/StellaOps.Ingestion.Telemetry/AGENTS.md
Normal file
23
src/__Libraries/StellaOps.Ingestion.Telemetry/AGENTS.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Ingestion Telemetry Agent Charter
|
||||
|
||||
## Mission
|
||||
- Provide consistent, low-cardinality telemetry for ingestion flows.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain metric and activity naming stability across releases.
|
||||
- Keep tag keys consistent and bounded to avoid cardinality blowups.
|
||||
- Ensure instrumentation stays deterministic and offline-safe.
|
||||
|
||||
## Required Reading
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
|
||||
## Working Directory & Scope
|
||||
- Primary: src/__Libraries/StellaOps.Ingestion.Telemetry
|
||||
|
||||
## Testing Expectations
|
||||
- Add tests for activity/metric tags and phase/result validation using ActivityListener and MeterListener.
|
||||
|
||||
## Working Agreement
|
||||
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
|
||||
- Keep telemetry tags ASCII and stable.
|
||||
10
src/__Libraries/StellaOps.Ingestion.Telemetry/TASKS.md
Normal file
10
src/__Libraries/StellaOps.Ingestion.Telemetry/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# StellaOps.Ingestion.Telemetry Task Board
|
||||
|
||||
This board mirrors active sprint tasks for this module.
|
||||
Source of truth: `docs/implplan/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`.
|
||||
|
||||
| Task ID | Status | Notes |
|
||||
| --- | --- | --- |
|
||||
| AUDIT-0361-M | DONE | Maintainability audit for Ingestion.Telemetry. |
|
||||
| AUDIT-0361-T | DONE | Test coverage audit for Ingestion.Telemetry. |
|
||||
| AUDIT-0361-A | TODO | Pending approval (non-test project). |
|
||||
Reference in New Issue
Block a user