nginx-gateway-fabric
nginx-gateway-fabric copied to clipboard
Implement ObservabilityPolicy API
trafficstars
As a user of NGF I want to configure tracing configuration for my route So that I can collect traces for my route.
Acceptance
- Tracing can be enabled and configured for a specific route.
- Implementation functionality matches the enhancement proposal.
- Maximum and minimum input on all settings are tested against NGINX to ensure the CRD only allows valid input.
- A manual test is done to ensure that traces are sent to a collection platform when tracing is configured.
Blocked by #1827