Mike Dame
Mike Dame
Is it possible to run this just based on my local Go version, rather than downloading them remotely? It would be nice to auto-detect what version I'm running (or for...
Add a recipe to build on the basic [resource detection](https://github.com/GoogleCloudPlatform/opentelemetry-operator-sample/tree/main/recipes/resource-detection) recipe using multiple sidecar collectors that report to a centralized collector service for exporting. Demonstrate auto-instrumentation across multiple namespaces and...
This adds a basic test to make sure the upstream install commands work on a GKE standard cluster. The goal is just to see that the manifests successfully apply.
> Ah I think it's the use of `__buitin_memset` which can only clear up to 512 bytes. I think to workaround this problem we can avoid using memset and manually...
### Describe the bug Running `make docker-offsets` to generate offsets in a container fails with the following: ``` $ make docker-offsets docker run --rm -v /tmp:/tmp -v /var/run/docker.sock:/var/run/docker.sock -v /home/mikedame/opentelemetry-go-instrumentation:/app...
**tl:dr:** All requests for `go.opentelemetry.io` currently route through an abandoned project that only Google employees have access to. This outlines a plan to transfer ownership of this project to the...
Looking through the Probe api this private wrapper for Consts seems to just provide these two helpers. They aren't very big so I think moving that logic to their main...
Ref https://github.com/open-telemetry/opentelemetry-go-instrumentation/issues/1026 This does two things: * Create an interface for OpenTelemetryController so it can be overwritten (collector receiver needs to push to next consumer as ptrace, rather than exporting...
We could in theory expose a few parts of our internal code to make an auto-instrumentation receiver in the collector. See https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1025 for the code changes to our repo and...