Skip to content
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

Add tracing support for Knative Eventing #300

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

boramalper
Copy link
Contributor

@boramalper boramalper commented Jun 24, 2021

Work in progress.

Notes:

  • Using golang:1.16-buster as base image for both the builder and the final, since both Alpine and scratch err with:
    standard_init_linux.go:195: exec user process caused "no such file or directory"
    
    because /lib64/ld-linux-x86-64.so.2 was missing:
    $ readelf -l /app/exe | grep "program interpreter"
         [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]
  • Added .dockerignore to the root of the repo to exclude bin and .git directories from docker build context; dramatic speed-up.
  • As before, consumer is still the pain-point... Still two separate traces. Producer's trace now correctly displays the producer container that is instrumented by us, however consumer's trace is still missing the consumer container (and again, detached from producers trace).

Signed-off-by: Bora M. Alper <bora@boramalper.org>
Signed-off-by: Bora M. Alper <bora@boramalper.org>
Signed-off-by: Bora M. Alper <bora@boramalper.org>
Signed-off-by: Bora M. Alper <bora@boramalper.org>
Signed-off-by: Bora M. Alper <bora@boramalper.org>
@boramalper
Copy link
Contributor Author

Also see #299.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant