infra/op-ufm/op-ufm
2023-12-12 17:33:35 -08:00
..
cmd/ufm format log ctx 2023-08-31 13:31:34 -07:00
pkg address mr rabbits concerns part ii 2023-12-12 17:33:35 -08:00
tools/kmstool fix(ufm): betterer error metric label (#6535) 2023-07-31 11:24:19 -07:00
.gitignore signer tls, send tx on heartbeat 2023-07-12 09:55:14 -07:00
Dockerfile deps: golang 1.21 2023-09-21 08:47:33 -07:00
entrypoint.sh skeleton, poll, heartbeat, configs, healthz, dockerfile 2023-07-12 09:55:14 -07:00
example.config.toml remove gas configs 2023-09-07 13:26:30 -07:00
go.mod chore(ufm): update deps 2023-12-12 16:23:39 -08:00
go.sum chore(ufm): update deps 2023-12-12 16:23:39 -08:00
Makefile add kmstool 2023-07-19 12:04:41 -07:00
README.md skeleton, poll, heartbeat, configs, healthz, dockerfile 2023-07-12 09:55:14 -07:00

OP User Facing Monitoring

This project simulates a synthetic user interacting with a OP Stack chain.

It is intended to be used as a tool for monitoring 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)

Usage

Run make ufm to build the binary. No additional dependencies are necessary.

Copy example.config.toml to config.toml and edit the file to configure the service.

Start the service with ufm config.toml.