Mike Dame

Results 391 comments of Mike Dame

looks like a race between the new test cases https://github.com/open-telemetry/opentelemetry-go-instrumentation/blob/b195375b68ab31afb2dd61c1ec9f8361131cecea/internal/test/e2e/databasesql/main.go#L146-L147

Hi @tuxillo, sorry but unfortunately we don't have much bandwidth for adding new plugins at this time. The descheduling framework refactor is meant to make it easier for anyone to...

@tuxillo please feel free to implement it and open a PR if you'd like! the refactor is done already. Ideally, the goal of this was to make it so you...

@MrAlias @RonFed this is great feedback, thanks guys. My goal was to just get something concrete down to see how it actually looked, and it's helpful to hear what works...

Notes from the SIG meeting today: * @grcevski's proposal in https://github.com/open-telemetry/opentelemetry-go-instrumentation/issues/290#issuecomment-2501240214 is probably the best example we have of a different type of Probe (specifically, non-telemetry producing probes) * That...

SIG meeting notes: * Multi-process support needs to be defined as to what the interface provides, without constraining to one way or another (ie, Probes aren't necessarily required to support...

I don't see a git tag for `v20240519-v0.30.0` in github, @a7i can you remember the order of the steps you did? In relation to https://github.com/kubernetes-sigs/descheduler/blob/master/docs/release-guide.md#release-process That said we might be...

@a7i no worries, I wasn't implying that you didn't follow those steps. I just meant that we could trace back through that flowchart to try to figure out what could...

Here's how Odigos generates the code from the library right now: https://github.com/odigos-io/odigos/blob/12171a085ec7ac4e80d6221de95b1374343a585f/odiglet/Makefile#L9-L14 If users are building a custom agent that imports our default Probes as well as their own custom...

Like we talked about on the sig call, we have 2 categories of things to work on now for what's next: tech debt we shelved in the interest of moving...