Ben B.
Ben B.
Hey to be able to use the program easier it would be great if there was a flatpak version on e.g. flathub.org. is something planned in this direction?
**Description:** This pr adds gRPC support to the jaegerremotesampling extension. **Link to tracking Issue:** - Closes #6694 **Testing:** - Unittest **Documentation:**
**Description:** Remove jaeger remote sampling from jaegerreceiver **Link to tracking Issue:** #6633 **Testing:** adapt unittest **Documentation:** --- Maybe we should wait for https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/12788
This pr introduces an optional auto-update for `Deployment`, `DaemonSet` and `StatefulSet`. Closes #553 Todo: - [ ] regenerate manifest and bundle. - [ ] Wait until https://github.com/open-telemetry/opentelemetry-operator/pull/689 has been merged...
Hi, I would like to pick up on the [labeling/annotation](https://github.com/open-telemetry/opentelemetry-operator/pull/464#discussion_r733745139) topic raised by @pavolloffay here again. I recommend to read his comment first. Recently we had a [problem in the...
## Type of question Best practices General operator-related help ## Question #### What did you do? We added a new label selector to our bundle. ([config/default/kustomization.yaml](https://github.com/jaegertracing/jaeger-operator/pull/1850/files#diff-c006b1ef995eeeb57408cce42bd84db8dfc0cbe18df03222857665cebb1ac6fdR18)) #### What did you...
### Requirement Jaeger core 1.37.0 has been released https://github.com/jaegertracing/jaeger/releases/tag/v1.37.0. ### Problem Jaeger Operator 1.37 is documented, but not accessible. ### Proposal Release the Jaeger-Operator 1.37.0. ### Open questions _No response_
**Describe the bug** Seems we use plain `logrus` in some places instead of the propagated `logr.Logger` wrapper. on one hand this leads to bad readability, on the other hand i...
## Requirement - what kind of business use case are you trying to solve? Ensure that patches do not break the `ImagePullSecrets`. Its used to pull images from a private...