Sebastian Poxhofer

Results 102 comments of Sebastian Poxhofer

Solved in Release [v0.61.0](https://github.com/open-telemetry/opentelemetry-operator/releases/tag/v0.61.0)

Initially the second option is more likely as we can reuse code from PrometheusOperator and their CRDs are widely used in the K8 ecosystem. A minimal implementation of this is...

I don't think this has been written down in it's entirety yet. The current implementation idea, is to support target discovery CRDs only ( PodMonitor, ServiceMonitor ). This part is...

Solved in Release [v0.61.0](https://github.com/open-telemetry/opentelemetry-operator/releases/tag/v0.61.0)

I think there should be one here as well at the collector, as the problem exist for the operator and the solution has to be implemented in the collector. If...

Solved in Release [v0.61.0](https://github.com/open-telemetry/opentelemetry-operator/releases/tag/v0.61.0)

Hi, I have come across this thread by chance on one of our issues at Renovate and wanted to clear up some things regarding our implementation. Renovate has an option...

This is a simple and straight forward issue. - Follow https://github.com/renovatebot/renovate/blob/main/docs/development/adding-a-package-manager.md - Parse the JSON using ZOD via our utilities - `hashicorp` versioning as well as `terraform-modules` and `terraform-providers` can...

Speaking from the logs I would guess this is a bug in `extractPackageFile` as `extractAllPackageFiles` is used over `extractPackageFile` during extraction, but during validation `extractPackageFile` is used.

> As an example, someone could encode messages in the OTLP model and then publish them to Kafka. This is a similar setup we use and we are considering dropping...