Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
7f99ba22
Unverified
Commit
7f99ba22
authored
Sep 21, 2023
by
OptimismBot
Committed by
GitHub
Sep 21, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7341 from ethereum-optimism/09-21-mm-metrics-e2e
Metamask Metrics E2E
parents
43dbd02d
d991d812
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
crontab.example
ufm-test-services/crontab.example
+8
-0
docker-compose.yml
ufm-test-services/docker-compose.yml
+1
-0
metamask.json
ufm-test-services/grafana/dashboards/metamask.json
+2
-2
No files found.
ufm-test-services/crontab.example
0 → 100644
View file @
7f99ba22
# 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
ufm-test-services/docker-compose.yml
View file @
7f99ba22
...
...
@@ -3,6 +3,7 @@ version: "3"
services
:
pushgateway
:
image
:
prom/pushgateway
container_name
:
pushgateway
ports
:
-
"
9091:9091"
restart
:
unless-stopped
...
...
ufm-test-services/grafana/dashboards/metamask.json
View file @
7f99ba22
...
...
@@ -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"
}
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment