Dakota Paasman

Results 14 comments of Dakota Paasman

Looking at the code, it's written such that the `cloudflare_worker_*` metrics should be available even with a free plan since there are no checks for the `free_tier` config variable for...

Unsure if I should update Stanza in this PR similar to how it was done in #31081 or if that's a separate PR?

We discussed this issue in the OpAMP Management sig and wanted to post some follow up from it. Some concerns were expressed in regards to how Kubernetes would manage multiple...

Created a draft [PR](https://github.com/open-telemetry/opamp-go/pull/449) to demonstrate the issue here (and eventually contribute the solution). `SetCapabilities` is supposed to be called before calling `Start` on the client, but the only way...

An alternative I'm considering is checking if the client has started in `SetCapabilities` before validating capabilities. This way we can set capabilities before calling `Start`, allow `Start` to handle setting...

@tigrannajaryan I know you were out sick yesterday for the SIG meeting, so whenever you're back I'd love your thoughts on this.

@tigrannajaryan Do you have any thoughts on this issue?

@tigrannajaryan Yes, I will be taking this PR over!

@evan-bradley @tigrannajaryan Are you able to take another look when you have a chance? I believe feedback you left for Brandon was addressed, so let me know if there's anything...

Planning to get back and address review by the end of the next week, December 13.