All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 34s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 51s
Deploy to Staging / Verify Staging (pull_request) Successful in 2m36s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 8s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
909 B
Markdown
17 lines
909 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 |
|
|
| `grafana/dashboards/` | Provisioned Grafana dashboard JSON files | Dashboard modifications |
|
|
| `grafana/provisioning/` | Grafana provisioning configs (dashboards, alerting) | Provisioning 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 |
|