more specific instructions for monitoring

This commit is contained in:
decentral1se 2022-03-17 12:44:09 +01:00
parent e5463521dc
commit 257e285932
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
2 changed files with 11 additions and 11 deletions

View File

@ -1,13 +1,3 @@
# new-monitoring-experiment
https://pad.autonomic.zone/lyCDVQbaSpusOtIZXHzHMA?view#2022-03-17-monitoring-co-hack
## hacking
We're deploying stuff by hand for now while we hack away on experimental things.
```
set -a && source .env.sample && set +a
docker context use $yourremotecontext
docker stack deploy -c compose.yml $yourstackname
```
> [notes pad](https://pad.autonomic.zone/lyCDVQbaSpusOtIZXHzHMA?view#2022-03-17-monitoring-co-hack)

10
monitoring/README.md Normal file
View File

@ -0,0 +1,10 @@
## monitoring
> grafana/loki/prometheus
```
printf $(pass show hosts/swarm.autonomic.zone/minio/secret_key) | docker secret create gp_monitoring_loki_aws_secret_access_key_v1 -
set -a && source env && set +a
docker context use monitor.autonomic.zone
docker stack deploy -c compose.yml gp_monitoring
```