Skip to content

Commit

Permalink
feat: remove op-ufm from mono repo into public infra repo (#10694)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelias2 authored May 30, 2024
1 parent 499d9d9 commit e81a35a
Show file tree
Hide file tree
Showing 27 changed files with 5 additions and 2,110 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ mod-tidy:
#
# See https://proxy.golang.org/ for more info.
export GOPRIVATE="github.com/ethereum-optimism" && go mod tidy
make -C ./op-ufm mod-tidy
.PHONY: mod-tidy

clean:
Expand Down
13 changes: 0 additions & 13 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -186,19 +186,6 @@ target "op-program" {
tags = [for tag in split(",", IMAGE_TAGS) : "${REGISTRY}/${REPOSITORY}/op-program:${tag}"]
}

target "op-ufm" {
dockerfile = "./op-ufm/Dockerfile"
context = "./"
args = {
// op-ufm dockerfile has no _ in the args
GITCOMMIT = "${GIT_COMMIT}"
GITDATE = "${GIT_DATE}"
GITVERSION = "${GIT_VERSION}"
}
platforms = split(",", PLATFORMS)
tags = [for tag in split(",", IMAGE_TAGS) : "${REGISTRY}/${REPOSITORY}/op-ufm:${tag}"]
}

target "cannon" {
dockerfile = "ops/docker/op-stack-go/Dockerfile"
context = "."
Expand Down
4 changes: 0 additions & 4 deletions op-ufm/.gitignore

This file was deleted.

30 changes: 0 additions & 30 deletions op-ufm/Dockerfile

This file was deleted.

36 changes: 0 additions & 36 deletions op-ufm/Makefile

This file was deleted.

7 changes: 5 additions & 2 deletions op-ufm/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# ⚠️ Important
This project has been moved to [ethereum-optimism/infra](https://github.com/ethereum-optimism/infra)

# OP User Facing Monitoring

This project simulates a synthetic user interacting with a OP Stack chain.
Expand All @@ -9,8 +12,8 @@ the health of the network by measuring end-to-end transaction latency.
## Metrics

* Round-trip duration time to get transaction receipt (from creation timestamp)
* First-seen duration time (from creation timestamp)

* First-seen duration time (from creation timestamp)


## Usage
Expand Down
84 changes: 0 additions & 84 deletions op-ufm/cmd/ufm/main.go

This file was deleted.

6 changes: 0 additions & 6 deletions op-ufm/entrypoint.sh

This file was deleted.

83 changes: 0 additions & 83 deletions op-ufm/example.config.toml

This file was deleted.

103 changes: 0 additions & 103 deletions op-ufm/go.mod

This file was deleted.

Loading

0 comments on commit e81a35a

Please sign in to comment.