# 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.