-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support NginxProxy CRD and global tracing settings #1870
Merged
Merged
Commits on Apr 29, 2024
-
Support NginxProxy CRD and global tracing settings
Problem: As a user of NGF I want to set the collection point for my traces for my installation of NGF So that I can ensure all my traces are sent to the same collection platform. Solution: Implement the NginxProxy CRD which contains the fields required to configure the collection point for tracing. This resource is attached to the GatewayClass. If the resource is not found, a condition will be set on the GatewayClass to indicate this. The GatewayClass will continue to be Accepted even if the parametersRef is invalid. This configuration sets the `http` context-level otel directives. The otel module is loaded conditionally based on the existence of this configuration. Note: tracing is not enabled by this configuration, this only sets high level options. #1828 is required to actually enable tracing on a per-route basis.
Configuration menu - View commit details
-
Copy full SHA for 68811f9 - Browse repository at this point
Copy the full SHA 68811f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0e24b7 - Browse repository at this point
Copy the full SHA a0e24b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c9f72a - Browse repository at this point
Copy the full SHA 9c9f72aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca72108 - Browse repository at this point
Copy the full SHA ca72108View commit details -
Configuration menu - View commit details
-
Copy full SHA for b994dc2 - Browse repository at this point
Copy the full SHA b994dc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 219bccf - Browse repository at this point
Copy the full SHA 219bccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7d953c - Browse repository at this point
Copy the full SHA e7d953cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 585375f - Browse repository at this point
Copy the full SHA 585375fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fbe4a6 - Browse repository at this point
Copy the full SHA 1fbe4a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7453b0b - Browse repository at this point
Copy the full SHA 7453b0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ef075d - Browse repository at this point
Copy the full SHA 5ef075dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43e79d8 - Browse repository at this point
Copy the full SHA 43e79d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8081878 - Browse repository at this point
Copy the full SHA 8081878View commit details -
Configuration menu - View commit details
-
Copy full SHA for 879fa7b - Browse repository at this point
Copy the full SHA 879fa7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30df54e - Browse repository at this point
Copy the full SHA 30df54eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.