Kristof Kowalski

Results 16 comments of Kristof Kowalski
trafficstars

Looks like wireguard is borked in the 18.04 distro. Here's a cloud-init script that should bootstrap your cluster successfully. **my-k8s-cluster-cloud-init** ```yaml #cloud-config package_update: true runcmd: - add-apt-repository ppa:wireguard/wireguard - apt-get...

I've also added `TRACEPARENT` injection to the shell in [https://github.com/krzko/run-with-telemetry](https://github.com/krzko/run-with-telemetry), which compliments the [New component: Github Actions Event Receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/27460) issue.

Just as a heads up, we've build a custom collector and validated that this works in our nonprod ennvironments, we can see the spanner metrics coming through

Can we please keep this opened, we're wanting FGAC support to be added to the Spanner Receiver

Thanks @atoulme. Working through getting a sponsor for this and seems we might be getting closer to one now.

To aid in testing of the component, you can find an `ocb` image via the below link: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/27460#issuecomment-1996422702 > I've added a public image of this component via this repo...

Hey @robwhitby, thanks for the heads up. Seems you're using GHE, which I don't have access to test with. When the original implementation was done, the go-github package didnt support...

Hey @robwhitby, with the step span you are trying to link, is the workflow type by any chance a resuable, composite type or a matrix strategy?

Hey @robwhitby, apologies, the spanID generation of the job span is incorrect. The method used, was taking in the jobID and not the runID. Will push a new collector image...

Is there an updated repo for the Android source since this one is deprecated?