Skip to content

Feat: decker recipe with observability + docs#563

Open
julio4 wants to merge 2 commits into
mainfrom
feat/decker-observability
Open

Feat: decker recipe with observability + docs#563
julio4 wants to merge 2 commits into
mainfrom
feat/decker-observability

Conversation

@julio4

@julio4 julio4 commented Jul 24, 2026

Copy link
Copy Markdown
Member

decker.ts as inline-recipe + docs.

Simple observability stack: Prometheus (op-rbuilder + chain-monitor) and Grafana (with dashboard provisioning)

  • Loki/Tempo/Alloy will be implemented as follow up in decker.

Depends on flashbots/decker#5

julio4 added 2 commits July 24, 2026 15:15
Introduce decker.ts (opstack recipe, host-process op-rbuilder,
flashblocks, chain-monitor) as the primary local devnet flow, with a
`just devnet` target and a rewritten local-testing/README.md. The
builder-playground path (playground.yaml, run-playground) is kept
fully intact as a deprecated fallback during the transition.
Copilot AI review requested due to automatic review settings July 24, 2026 07:48

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a decker-based local devnet “inline recipe” for op-rbuilder, including a small Prometheus+Grafana observability overlay and updated documentation so developers can spin up the stack via just devnet.

Changes:

  • Document decker-based local devnet usage and workflows (quickstart, ports/services, traffic generation).
  • Add decker.ts manifest that composes the upstream opstack recipe with an observability overlay.
  • Add a just devnet helper and ignore the .decker/ runtime/clone directory.

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
README.md Points “Local Devnet” docs at decker-based instructions.
local-testing/README.md Rewrites local devnet docs around decker, with services/ports and workflows.
local-testing/decker/obs.ts Adds Prometheus scrape + Grafana provisioning overlay for decker recipe.
justfile Adds devnet task to build profiling binary and start decker.
decker.ts New decker manifest wiring opstack recipe + observability pods.
.gitignore Ignores the .decker/ clone and generated runtime state.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread local-testing/README.md
Comment on lines +9 to +11
```bash
curl -sSfL https://raw.githubusercontent.com/flashbots/decker/main/install.sh | bash
```
Comment thread decker.ts
Comment on lines +34 to +38
decker: {
source: "https://github.com/flashbots/decker.git",
ref: "main",
into: ".decker",
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants