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)
This commit is contained in:
Will Anderson
2026-04-24 14:21:34 -05:00
parent 2d98df75ad
commit 02db9c3d43
4 changed files with 425 additions and 0 deletions
@@ -26,6 +26,9 @@ spec:
ports:
- name: http
containerPort: 8080
env:
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: "http://alloy.monitoring.svc.cluster.local:4318"
envFrom:
- configMapRef:
name: neuron-prod-config