Skip to content

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 <[email protected]>
Signed-off-by: Bora M. Alper <[email protected]>
Signed-off-by: Bora M. Alper <[email protected]>
Signed-off-by: Bora M. Alper <[email protected]>
Signed-off-by: Bora M. Alper <[email protected]>
@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.

1 participant