Remove manual alloy restart from Step 0.6

Ansible handler restarts alloy automatically when config changes

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-01-17 16:37:50 -08:00
commit b703abe4d1

View file

@ -396,12 +396,9 @@ loki.source.file "zot_logs" {
**Testing:**
```bash
# Deploy alloy config
# Deploy alloy config (handler restarts alloy automatically if config changed)
mise run provision-indri -- --tags alloy
# Restart alloy to pick up changes
ssh indri 'brew services restart grafana-alloy'
# Wait a minute, then check Loki for zot logs
# In Grafana Explore, query: {service="zot"}
```