Files
git.stella-ops.org/docs/modules/export-center/prep/2025-11-20-obs-50-001-prep.md
master 79b8e53441
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
Add new features and tests for AirGap and Time modules
- Introduced `SbomService` tasks documentation.
- Updated `StellaOps.sln` to include new projects: `StellaOps.AirGap.Time` and `StellaOps.AirGap.Importer`.
- Added unit tests for `BundleImportPlanner`, `DsseVerifier`, `ImportValidator`, and other components in the `StellaOps.AirGap.Importer.Tests` namespace.
- Implemented `InMemoryBundleRepositories` for testing bundle catalog and item repositories.
- Created `MerkleRootCalculator`, `RootRotationPolicy`, and `TufMetadataValidator` tests.
- Developed `StalenessCalculator` and `TimeAnchorLoader` tests in the `StellaOps.AirGap.Time.Tests` namespace.
- Added `fetch-sbomservice-deps.sh` script for offline dependency fetching.
2025-11-20 23:29:54 +02:00

858 B

Export Telemetry Prep — PREP-EXPORT-OBS-50-001

Status: Draft (2025-11-20) Owners: Exporter Service · Observability Guild Scope: Define telemetry schema for exporter service bootstrap.

Proposed metrics/logs

  • Metrics (Prometheus/Otel): export_runs_total{profile, tenant}, export_run_duration_seconds, export_artifacts_total{type}, export_failures_total, export_bytes_total.
  • Logs: structured with fields {export_id, profile, tenant, artifact_type, status, duration_ms}.
  • Traces: span names export.run, export.plan, export.write; tags include profile, tenant, artifact_count.

Open decisions

  • Histogram buckets for duration/bytes.
  • Required correlation IDs for downstream Console ingestion.

Handoff

Use this as PREP artefact for EXPORT-OBS-50-001; update buckets and trace tags once Observability finalizes naming.