-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
feat: OpenTelemetry module integration #9062
Conversation
Hi @esigo. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind feature |
Hey @esigo , This is great work. Am i doing something wrong, or the guide i mentioned and the work you are doing are completely different. Or is their any way of enabling module level tracing as well. |
Hi @Dipenbhatt03, |
Hello @esigo, do you know when this could be merged and released? |
Hi @csepulveda I'll demo this in the next SIG meeting (next Thursday). It should be merged soon after that :) |
status: |
/hold |
/label tide/merge-method-squash |
/lgtm |
/unhold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: esigo, strongjz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Types of changes
Which issue/s this PR fixes
#9016 step 2
How Has This Been Tested?
build controller image (in root folder of ingress-nginx repo):
use the new image in values.yaml:
add the following to the controller-configmap.yaml:
and modify opentelemetry in values.yaml:
follow the instruction in example app:
deploy demo app:
deploy otel collector, grafan, tempo and Jaeger all-in-one:
test:
In the example the telemetry data will be sent to a collector first. The collector then exports the traces to a Jaeger backend and also to tempo which is used as a data source for grafana:
Alternatively one can deploy tempo which receives otlp-gRPC and send the traces directly to tempo:
Jaeger:
grafana:
Checklist:
Does my pull request need a release note?
Any user-visible or operator-visible change qualifies for a release note. This could be a:
No release notes are required for changes to the following:
For more tips on writing good release notes, check out the Release Notes Handbook