02db9c3d43
- 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)
16 lines
179 B
Plaintext
16 lines
179 B
Plaintext
# Terraform
|
|
**/.terraform/
|
|
**/*.tfstate
|
|
**/*.tfstate.backup
|
|
**/tfplan
|
|
**/.terraform.lock.hcl
|
|
|
|
# Secrets
|
|
**/*.json
|
|
!**/grafana/dashboards/*.json
|
|
**/*.env
|
|
**/.envrc
|
|
|
|
# OS
|
|
.DS_Store
|