Open Tracer 67
01README
Sync state of Kubernetes pods, deployments, and RBAC against a desired-state YAML. Diffs are previewed before any mutation.
Quick start
Add @marsh_beast/open-tracer-67 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @marsh_beast/open-tracer-67
workflows:
- name: open-tracer-67-run
jobs:
- name: main
steps:
- name: run
model: marsh_beast/open-tracer-67
method: runRun with swamp workflow run open-tracer-67-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Datastore provider — collection-level Zod schemas, change-stream subscriptions, TTL indexes.
- Reports — markdown roll-ups grouped by label and breaking-change flag.
Configuration
Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.
Labels: kubernetes security metrics
02Datastores
open-tracer-67-storeconfigurable
@marsh_beast/open-tracer-67/datastoredatastore.ts
Document datastore with TTL indexes and change streams.
Config Fields
| Field | Type | Description |
|---|---|---|
| uri | string | Connection URI |
03Reports
open-tracer-67-reportextension
report.ts
Roll-up report grouped by label and breaking-change flag.
auditsummary
04Stats
B
83 / 100
Downloads
7
Archive size
289.0 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive0/1missing
- Most symbols documented1/1earned
- No slow types0/1missing
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels