Commit 7f99ba22 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #7341 from ethereum-optimism/09-21-mm-metrics-e2e

Metamask Metrics E2E
parents 43dbd02d d991d812
# Needs to point to docker, otherwise you'll get the error: exec: "docker": executable file not found in $PATH
PATH=/
# Runs every minute
# * * * * * /usr/local/bin/docker-compose -f /path/to/docker-compose.yml --profile 1minute up -d
# Runs every 5 minutes
*/5 * * * * /usr/local/bin/docker-compose -f /path/to/docker-compose.yml --profile 5minute up -d
......@@ -3,6 +3,7 @@ version: "3"
services:
pushgateway:
image: prom/pushgateway
container_name: pushgateway
ports:
- "9091:9091"
restart: unless-stopped
......
......@@ -90,7 +90,7 @@
"useBackend": false
}
],
"title": "Number of Successful Transaction Since Last Failure",
"title": "Successful Transaction Since Last Failure",
"type": "gauge"
},
{
......@@ -158,7 +158,7 @@
"useBackend": false
}
],
"title": "Number of Failed Transactions Since Last Success",
"title": "Failed Transactions Since Last Success",
"type": "gauge"
}
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment