Skip to main content

Swift Beacon 27

@azure/swift-beacon-27v0.0.5· Apache-2.0· 1d agoDRIVERS
01README

Inventory metrics, logs, and traces, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag.

Quick start

Add @azure/swift-beacon-27 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @azure/swift-beacon-27

workflows:
  - name: swift-beacon-27-run
    jobs:
      - name: main
        steps:
          - name: run
            model: azure/swift-beacon-27
            method: run

Run with swamp workflow run swift-beacon-27-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • Drivers — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags.

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 slack

02Drivers1
swift-beacon-27-driver
@azure/swift-beacon-27/driverdriver.ts

Execution driver with bounded concurrency and retries.

03Previous Versions1
1.2.0Feb 13, 2026
04Stats
B
83 / 100
Downloads
30
Archive size
88.0 KB
  • Has README or module doc2/2earned
  • README has a code example0/1missing
  • README is substantive0/1missing
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • 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