INGST-03: Accept metrics via POST /api/v1/data/metrics #3

Closed
opened 2026-03-11 11:13:10 +01:00 by claude · 1 comment
Owner

Server accepts metrics snapshots via POST /api/v1/data/metrics and returns 202 Accepted with {"status": "accepted", "count": N}.

Category: Data Ingestion
REQ-ID: INGST-03

Server accepts metrics snapshots via `POST /api/v1/data/metrics` and returns `202 Accepted` with `{"status": "accepted", "count": N}`. **Category:** Data Ingestion **REQ-ID:** INGST-03
Author
Owner

Implemented in Phase 1. IngestionController handles POST /api/v1/data/metrics, accepting arrays of MetricsSnapshot. Stored via MetricsRepository with batch-buffered writes. Key files: IngestionController.java, MetricsRepository.java.

Implemented in Phase 1. `IngestionController` handles `POST /api/v1/data/metrics`, accepting arrays of MetricsSnapshot. Stored via `MetricsRepository` with batch-buffered writes. Key files: `IngestionController.java`, `MetricsRepository.java`.
Sign in to join this conversation.