Files
infrastructure/.gitignore
T
Will Anderson 02db9c3d43 feat(observability): wire OpenTelemetry into MCP backend and marketing site
- Add OTEL_EXPORTER_OTLP_ENDPOINT env var to prod and stage MCP deployments pointing at Alloy in-cluster
- Add Neuron Platform Overview Grafana dashboard (request rate, latency percentiles, error rate, memory nodes, HTTP status distribution)
- Allow grafana/dashboards/*.json through .gitignore (was blocked by secrets rule)
2026-04-24 14:21:34 -05:00

16 lines
179 B
Plaintext

# Terraform
**/.terraform/
**/*.tfstate
**/*.tfstate.backup
**/tfplan
**/.terraform.lock.hcl
# Secrets
**/*.json
!**/grafana/dashboards/*.json
**/*.env
**/.envrc
# OS
.DS_Store