Remove unnecessary hyperlinks and pin image versions (#706)

* Remove invalid dashboard and panel ids from alert rules

* Pin grafana and prometheus versions

* Configure custom grafana server URL
This commit is contained in:
prathamesh0
2024-01-17 14:02:10 +05:30
committed by GitHub
parent 635aa7037b
commit 282e175566
5 changed files with 12 additions and 42 deletions
@@ -140,6 +140,10 @@ Set the following env variables in the deployment env config file (`monitoring-d
# External ETH RPC endpoint (filecoin)
# (Optional, default: https://api.node.glif.io/rpc/v1)
CERC_FIL_RPC_ENDPOINT=
# Grafana server host URL (used in various links in alerts, etc.)
# (Optional, default: http://localhost:3000)
GF_SERVER_ROOT_URL=
```
## Start the stack
@@ -130,6 +130,10 @@ Set the following env variables in the deployment env config file (`monitoring-w
```bash
# Infura key to be used
CERC_INFURA_KEY=
# Grafana server host URL to be used
# (Optional, default: http://localhost:3000)
GF_SERVER_ROOT_URL=
```
## Start the stack