livrare lot 2
This commit is contained in:
commit
8ecc78e729
763 changed files with 164593 additions and 0 deletions
17
backend/observability/.env.example
Normal file
17
backend/observability/.env.example
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Observability Stack — Environment Template
|
||||
# ============================================
|
||||
# Copy to .env and fill in:
|
||||
# cp .env.example .env
|
||||
|
||||
# Grafana
|
||||
GRAFANA_ADMIN_PASSWORD=<strong-random-password>
|
||||
|
||||
# Alertmanager — for SMTP email alerts (uses SendGrid)
|
||||
SENDGRID_API_KEY=<your-sendgrid-key>
|
||||
|
||||
# Optional: Slack/Teams webhook for alerts (paste in alertmanager.yml when ready)
|
||||
# SLACK_WEBHOOK_URL=https://hooks.slack.com/services/...
|
||||
# TEAMS_WEBHOOK_URL=https://...
|
||||
|
||||
# Optional: PagerDuty integration key
|
||||
# PAGERDUTY_KEY=...
|
||||
Loading…
Add table
Add a link
Reference in a new issue