Skip to content

Commit

Permalink
push metrics section removed from monitoring page
Browse files Browse the repository at this point in the history
  • Loading branch information
Maeliosa committed Aug 17, 2023
1 parent 1b6f8e5 commit 608a518
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions docs/int/quickstart/advanced/monitoring-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,42 +14,6 @@ Ensure the following software are installed:
- Prometheus: You can install it using the guide available **[here](https://prometheus.io/docs/prometheus/latest/installation/)**
- Grafana: Follow this **[link](https://grafana.com/docs/grafana/latest/setup-grafana/installation/)** to install Grafana

## Push Metrics to Obol Monitoring

:::info
This is **optional** and does not confer any special privileges within the Obol Network.
:::

You may have been provided with **Monitoring Credentials** used to push distributed validator metrics to Obol's central prometheus cluster to monitor, analyze, and improve your Distributed Validator Cluster's performance.

The provided credentials needs to be added in `prometheus/prometheus.yml` replacing `$PROM_REMOTE_WRITE_TOKEN` and will look like:
```
obol20!tnt8U!C...
```

The updated `prometheus/prometheus.yml` file should look like:
```
global:
scrape_interval: 30s # Set the scrape interval to every 30 seconds.
evaluation_interval: 30s # Evaluate rules every 30 seconds.
remote_write:
- url: https://vm.monitoring.gcp.obol.tech/write
authorization:
credentials: obol20!tnt8U!C...
scrape_configs:
- job_name: 'charon'
static_configs:
- targets: ['charon:3620']
- job_name: "lodestar"
static_configs:
- targets: [ "lodestar:5064" ]
- job_name: 'node-exporter'
static_configs:
- targets: ['node-exporter:9100']
```

## Import Pre-Configured Charon Dashboards

- Navigate to the **[repository](https://github.com/ObolNetwork/monitoring/tree/main/dashboards)** that contains a variety of Grafana dashboards. For this demonstration, we will utilize the Charon Dashboard json.
Expand Down

0 comments on commit 608a518

Please sign in to comment.