This page is a Bridge-hosted mirror of canonical passport https://github.com/malishomen/bdc-bridge-passport pinned at v0.1.1. The repository is canonical; this mirror exists for in-product discovery.

current_slice_metrics.csv


**Purpose:** declares the metrics you currently track on the live system,

sliced by deployment segment (so Bridge can reason about deployment-context

calibration).


Required columns:


ColumnTypeRequiredDescription

|---|---|---|---|

`slice_id`stringyesstable identifier for this deployment slice (e.g., `geo:us-east`, `tenant:enterprise`, `traffic:beta`)
`slice_description`stringyeshuman-readable slice meaning (≤200 chars)
`metric_name`stringyesmetric tracked on this slice (e.g., `success_rate`, `p95_latency_ms`, `customer_csat`)
`metric_value_current`floatyesmost recent observed value
`metric_value_baseline`floatnopre-deployment baseline (if available)
`observation_window_start`ISO-8601 dateyesstart of observation period
`observation_window_end`ISO-8601 dateyesend of observation period
`sample_size`intyesnumber of requests / users / cases observed in this window
`notes`stringnofree-form notes

**Minimum row count:** 3 (at least 3 distinct slices; one-slice systems hide deployment-context heterogeneity)


Example:



slice_id,slice_description,metric_name,metric_value_current,metric_value_baseline,observation_window_start,observation_window_end,sample_size,notes
geo:us-east,US East datacenter primary region,p95_latency_ms,340,290,2026-05-01,2026-05-31,12500,canary deploy
geo:eu-west,EU West datacenter,p95_latency_ms,510,420,2026-05-01,2026-05-31,8700,higher tail
tenant:enterprise,Enterprise tier customers,success_rate,0.91,0.87,2026-05-01,2026-05-31,3200,top-3 accounts excluded for privacy

What this CSV is NOT:

  • Not a metrics dashboard export (Bridge needs the slice structure explicitly; not a raw time-series dump)
  • Not a Prometheus query result (interpretive structure; not raw observability data)
  • Not aggregate-only (Bridge needs slice-level decomposition; the all-up number alone is uninformative for calibration)

  • **Canonical source:** `bdc-bridge-passport` repository at frozen SHA recorded in `PASSPORT_REPO_PIN.md`.

    Actions: