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
As a user of NGF I want NGF to have the ability to generate and send traces So that I can easily get tracing for all of my traffic to help debug my environment.
Background
We evaluated adding tracing capabilities before 1.0, but the nginx 1.0 otel module had not yet been released yet. Now that is has, and that @ciarams87 has completed a POC, it is time to add the capability.
Acceptance Criteria
When enabled, the NGINX otel module is utilized to generate traces.
Generated traces can be exported to a configurable endpoint.
All fields from otel_exporter directive are configurable by the user.
As a user of NGF
I want NGF to have the ability to generate and send traces
So that I can easily get tracing for all of my traffic to help debug my environment.
Background
We evaluated adding tracing capabilities before 1.0, but the nginx 1.0 otel module had not yet been released yet. Now that is has, and that @ciarams87 has completed a POC, it is time to add the capability.
Acceptance Criteria
For Discussion
The text was updated successfully, but these errors were encountered: