Observability
OpenTelemetry and Prometheus
Export traces and metrics from ShieldGate hosts.
Goal
Wire ShieldGate into your existing observability stack.
Steps
- Review OpenTelemetry options on Api/Proxy/Worker hosts (OTLP endpoints, service names).
- Enable the Prometheus exporter endpoint where configured.
- Scrape metrics from your Prometheus (or compatible) agent.
- Correlate with Analytics for product-level WAF views vs infra metrics.
Verify
- OTLP collector receives spans/metrics.
- Prometheus targets show the ShieldGate scrape as UP.
Tips
- Keep cardinality under control—prefer bounded labels.
- Use
/healthand/readyfor probes; use OTel for deep performance.