Skip to main content

Smart Tracer 69

@discord/smart-tracer-69v1.0.1· 27d agoMODELS·DRIVERS·REPORTS
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: get

Run 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

02Models2
@discord/smart-tracer-69/pulsev0.1.0pulse.ts
fn get(filter: record)
Get the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
fn diff(id: string)
Diff the resource.
ArgumentTypeDescription
idstringResource identifier
fn list(limit: number, dryRun?: boolean, tags: array)
List the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
dryRun?booleanCompute changes without applying them
tagsarrayList of tags to apply
@discord/smart-tracer-69/latticev0.1.0lattice.ts
fn sync(id: string, tags?: array, dryRun?: boolean)
Sync the resource.
ArgumentTypeDescription
idstringResource identifier
tags?arrayList of tags to apply
dryRun?booleanCompute changes without applying them
fn update(dryRun: boolean)
Update the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
03Drivers1
smart-tracer-69-driverconfigurable
@discord/smart-tracer-69/driverdriver.ts

Execution driver with bounded concurrency and retries.

04Reports1
smart-tracer-69-reportextension
report.ts

Roll-up report grouped by label and breaking-change flag.

auditsummary
05Previous Versions1
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