01README
Pull metrics, logs, and traces, normalize the shape, and stream into your downstream pipeline. Pagination is automatic.
Quick start
Add @discord/smart-tracer-69 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @discord/smart-tracer-69
workflows:
- name: smart-tracer-69-run
jobs:
- name: main
steps:
- name: get
model: discord/smart-tracer-69
method: getRun with swamp workflow run smart-tracer-69-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Typed models — Zod-validated arguments, structured outputs, and a manifest the agent can reason about.
- Drivers — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags.
- 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: observability cost metrics
02Models
@discord/smart-tracer-69/pulsev0.1.0pulse.ts
fn get(filter: record)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
fn diff(id: string)
Diff the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
fn list(limit: number, dryRun?: boolean, tags: array)
List the resource.
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
| dryRun? | boolean | Compute changes without applying them |
| tags | array | List of tags to apply |
@discord/smart-tracer-69/latticev0.1.0lattice.ts
fn sync(id: string, tags?: array, dryRun?: boolean)
Sync the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| tags? | array | List of tags to apply |
| dryRun? | boolean | Compute changes without applying them |
fn update(dryRun: boolean)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
03Drivers
smart-tracer-69-driverconfigurable
@discord/smart-tracer-69/driverdriver.ts
Execution driver with bounded concurrency and retries.
04Reports
smart-tracer-69-reportextension
report.ts
Roll-up report grouped by label and breaking-change flag.
auditsummary
05Previous Versions
0.8.6Sep 18, 2025
06Stats
B
83 / 100
Downloads
30
Archive size
283.0 KB
- Has README or module doc2/2earned
- README has a code example0/1missing
- README is substantive1/1earned
- 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
07Platforms
08Labels