15 lines
711 B
Markdown
15 lines
711 B
Markdown
# config/
|
|
|
|
## Subdirectories
|
|
|
|
| Directory | What | When to read |
|
|
| --------- | ---- | ------------ |
|
|
| `app/` | Application environment configuration | App-specific settings |
|
|
| `alloy/` | Grafana Alloy log collector config | Log collection pipeline |
|
|
| `deployment/` | Deployment environment configs | Deploy scripts, environment configs |
|
|
| `grafana/` | Grafana dashboards and datasources | Log visualization setup |
|
|
| `loki/` | Loki log storage config | Log storage, retention |
|
|
| `monitoring/` | Monitoring and alert rules | Alerting rules, health checks |
|
|
| `shared/` | Shared cross-service configuration | Cross-service settings |
|
|
| `traefik/` | Traefik reverse proxy config | Routing, SSL, middleware |
|