-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔧 feat: Add grafana #7221
🔧 feat: Add grafana #7221
Conversation
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
Hey @roninjin10! This PR has merge conflicts. Please fix them before continuing review. |
@@ -81,6 +81,21 @@ services: | |||
postgres: | |||
condition: service_healthy | |||
|
|||
grafana: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Service 'grafana' is running with a writable root filesystem. This may allow malicious applications to download and run additional payloads, or modify container files. If an application inside a container has to save something temporarily consider using a tmpfs. Add 'read_only: true' to this service to prevent this.
Ignore this finding from writable-filesystem-service.
indexer/processors/bridge/legacy.go
Outdated
ctcTxDeposits[logKey{deposit.Event.BlockHash, deposit.Event.LogIndex}] = &deposit | ||
transactionDeposits[i] = database.L1TransactionDeposit{ | ||
SourceHash: deposit.TxHash, | ||
L2TransactionHash: deposit.TxHash, // TODO: check that this is right |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
f6ddb97
to
0cd7f5a
Compare
a8c7647
to
434ef22
Compare
0cd7f5a
to
5d99f5d
Compare
434ef22
to
3dc9f71
Compare
5d99f5d
to
cbae581
Compare
3dc9f71
to
5b3964e
Compare
cbae581
to
9911126
Compare
5b3964e
to
d8190ff
Compare
9911126
to
fea37af
Compare
d8190ff
to
76d9f71
Compare
fea37af
to
fbd8ffc
Compare
76d9f71
to
b59ca3e
Compare
fbd8ffc
to
c977153
Compare
b59ca3e
to
c81da8f
Compare
c977153
to
0ec2ac0
Compare
97884a4
to
f4b6e27
Compare
76d3e5c
to
b132847
Compare
b132847
to
5b67878
Compare
0ec2ac0
to
7e38997
Compare
5b67878
to
7ff952c
Compare
7e38997
to
eaa96a0
Compare
Closing for #7257 |
Add grafana dashboard to docker-compose of indexer