intial checkin

This commit is contained in:
Lennon Day-Reynolds
2023-09-13 08:06:44 -07:00
commit de4ac6eae3
7 changed files with 152 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# ZeroTier Observability Metrics Tutorial
## Preparation
```
$ docker-compose up -d
$ ./setup.sh
```
## Grafana Setup
Next, open `http://localhost:3000/` in your browser and follow the steps below to configure dashboards.
1. Login (admin/admin; set a new password or click 'skip')
2. Connections -> Data Sources -> New Data Source
3. Select 'Prometheus' (first option)
4. Set the prometheus server URL: `http://metrics-tutorial-prometheus-1:9090`
5. Click 'Save and test'; then 'Explore view'
6.
## Cleanup
```
$ ./cleanup.sh
```