Hagai Barel

Results 12 issues of Hagai Barel

Hello, As far as I understand, `tempo` doesn't support hot-reloading its own configuration so we need to restart the pod(s) every time a configuration change is made. It would be...

Hello, Using the `tempo` chart with `searchEnabled: true`, can't seem to search for traces past 1h, `grafana` returns the following error: `range specified by start and end exceeds 1h1m0s` AFAIK...

### Requirement I would like to be able to reuse exisiting cluster issuers already created with the webhook certificates ### Problem currently the issuer type is hardcoded in https://github.com/jaegertracing/helm-charts/blob/jaeger-operator-2.33.0/charts/jaeger-operator/templates/certificate.yaml#L12 which...

enhancement

Hi, In the `jaeger-opeator` helm chart, there's a mismatch between the service selector labels and the actual pod labels, which causes the service to be created without proper endpoints. [service](https://github.com/jaegertracing/helm-charts/blob/master/charts/jaeger-operator/templates/service.yaml#L13-L15):...

Hi, Seems there's a data race. Running `go test --race ./appinsights/...` produces the following: ``` ================== WARNING: DATA RACE Write at 0x000000cc64e0 by goroutine 27: github.com/microsoft/ApplicationInsights-Go/appinsights.(*diagnosticsMessageWriter).appendListener() /home/hbarel/go/src/github.com/microsoft/ApplicationInsights-Go/appinsights/diagnostics.go:50 +0xed github.com/microsoft/ApplicationInsights-Go/appinsights.TestMessageSentToConsumers() /home/hbarel/go/src/github.com/microsoft/ApplicationInsights-Go/appinsights/diagnostics.go:43...

Hello, Currently there's no way to run the `tempo` chart in scalable monolith mode AFAIK. While the chart supports setting the number of replicas and passing ring configurations to the...

Hi folks, Currently when we do any configuration changes in the chart's `configmap` (via the `config` key in the values file), the changes aren't reflected in the pod and a...

**Thanos, Prometheus and Golang version used**: Thanos - `quay.io/thanos/thanos:v0.33.0` (deployed on kubernetes) Prometheus / Golang = N/A **Object Storage Provider**: GCS **What happened**: Specifying `ttl` in the `redis` cache config...

bug
component: query-frontend

Pod security policy is deprecated since k8s version 1.21 and scheduled to be removed by 1.25, see the notice here - https://kubernetes.io/blog/2021/04/08/kubernetes-1-21-release-announcement/#podsecuritypolicy-deprecation. Aside from the removal of the resource itself...

We currently use `cluster-proportional-autoscaler` by managing our own manifests and configuration. Since it's published as an independent chert, we can consume it as a chart dependency and offload the manifest...