You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docs): correct metrics, WAF, and events payloads in proxy registration guide
E2E testing revealed three inaccurate curl examples:
- Batch events used invalid event_types (must be one of: config_reload,
bundle_switch, error, startup, shutdown, warning, info)
- Metrics endpoint requires service_id/project_id, not free-form k/v
- WAF events endpoint requires rule_type, rule_id, and action fields
All examples now verified against the running control plane with zero
error logs.
0 commit comments