Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tempo-distributed] Enable autoscaling for Compactor #2817

Merged
merged 13 commits into from
Aug 5, 2024

Conversation

7onn
Copy link
Contributor

@7onn 7onn commented Dec 3, 2023

related issue: #2820

This PR aims to enable autoscaling feature for the compactor workload in tempo-distrubuted Helm Chart.

It implements two autoscaling possibilities, via HPA and/or via ScaledObject.

My motivation came while I was oncall and one alert introduced me to this runbook. Even though I scaled out the workload manually, I couldn't help but to think that it would make sense to scale out this workload based on the metric that triggered the alert as a critical thing. The value commented in the example was copied from here.

How to locally test this code change?

  • Checkout this branch
  • In the values.yaml, enable the autoscaling + keda and/or hpa
    • Replace the empty array for the commented Prometheus trigger
  • Use the commands below to output the manifests
$ cd charts/tempo-distributed
# Check for the Keda ScaledObject output
$ helm -n tempo template tempo . | yq '. | select(.kind == "ScaledObject")' | kubectl diff -f -
# Check for the HPA output
$ helm -n tempo template tempo . | yq '. | select(.kind == "HorizontalPodAutoscaler")' | kubectl diff -f -

@CLAassistant
Copy link

CLAassistant commented Dec 3, 2023

CLA assistant check
All committers have signed the CLA.

@7onn 7onn force-pushed the 7onn/autoscaling-tempo-compactor branch from 2dd7c2c to 690158b Compare December 3, 2023 15:07
@7onn 7onn changed the title [tempo-distributed] Enable autocaling for Compactor [tempo-distributed] Enable autoscaling for Compactor Dec 3, 2023
Signed-off-by: Tom M G <devbytom@gmail.com>
Signed-off-by: Tom M G <devbytom@gmail.com>
Signed-off-by: Tom M G <devbytom@gmail.com>
Signed-off-by: Tom M G <devbytom@gmail.com>
@7onn 7onn requested a review from zanhsieh July 26, 2024 11:49
Signed-off-by: tom <devbytom@gmail.com>
Signed-off-by: Tom M G <devbytom@gmail.com>
@7onn 7onn force-pushed the 7onn/autoscaling-tempo-compactor branch from d5d61fa to 320699f Compare August 2, 2024 15:33
Copy link
Collaborator

@faustodavid faustodavid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution.

LGTM!

@faustodavid faustodavid merged commit 55304fd into grafana:main Aug 5, 2024
6 checks passed
hobroker added a commit to hobroker/selfhosted that referenced this pull request Sep 11, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| app-template | minor | `3.2.1` -> `3.4.0` |
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| major | `61.1.1` -> `62.6.0` |
| [opentelemetry-operator](https://opentelemetry.io/)
([source](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts))
| minor | `0.64.1` -> `0.69.0` |
| [tempo-distributed](https://grafana.com/docs/tempo/latest/)
([source](https://redirect.github.com/grafana/helm-charts)) | minor |
`1.13.2` -> `1.18.0` |

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v62.6.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-62.6.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.5.1...kube-prometheus-stack-62.6.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Bump windows exporter to 0.6.0 by
[@&#8203;DrFaust92](https://redirect.github.com/DrFaust92) in
[prometheus-community/helm-charts#4843

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-62.5.1...kube-prometheus-stack-62.6.0

###
[`v62.5.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-62.5.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.5.0...kube-prometheus-stack-62.5.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Fix selector indent by
[@&#8203;mohammaddehnavi](https://redirect.github.com/mohammaddehnavi)
in
[prometheus-community/helm-charts#4832

#### New Contributors

- [@&#8203;mohammaddehnavi](https://redirect.github.com/mohammaddehnavi)
made their first contribution in
[prometheus-community/helm-charts#4832

**Full Changelog**:
prometheus-community/helm-charts@prometheus-pgbouncer-exporter-0.4.0...kube-prometheus-stack-62.5.1

###
[`v62.5.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.4.0...kube-prometheus-stack-62.5.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.4.0...kube-prometheus-stack-62.5.0)

###
[`v62.4.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-62.4.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.3.1...kube-prometheus-stack-62.4.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Bump grafana deps to 8.5.\* by
[@&#8203;karthikpenugonda22](https://redirect.github.com/karthikpenugonda22)
in
[prometheus-community/helm-charts#4835

#### New Contributors

-
[@&#8203;karthikpenugonda22](https://redirect.github.com/karthikpenugonda22)
made their first contribution in
[prometheus-community/helm-charts#4835

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-62.3.1...kube-prometheus-stack-62.4.0

###
[`v62.3.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-62.3.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.3.0...kube-prometheus-stack-62.3.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

##### What's Changed

- \[kube-prometheus-stack] Bump Prometheus to 2.54.1 by
[@&#8203;tobiasamft](https://redirect.github.com/tobiasamft) in
[prometheus-community/helm-charts#4824

##### New Contributors

- [@&#8203;tobiasamft](https://redirect.github.com/tobiasamft) made
their first contribution in
[prometheus-community/helm-charts#4824

**Full Changelog**:
prometheus-community/helm-charts@prometheus-25.27.0...kube-prometheus-stack-62.3.1

###
[`v62.3.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-62.3.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.2.1...kube-prometheus-stack-62.3.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

##### What's Changed

- \[kube-prometheus-stack] Bump node exporter dependency correcting
service labels by [@&#8203;zeritti](https://redirect.github.com/zeritti)
in
[prometheus-community/helm-charts#4809

**Full Changelog**:
prometheus-community/helm-charts@prometheus-postgres-exporter-6.3.1...kube-prometheus-stack-62.3.0

###
[`v62.2.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-62.2.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.2.0...kube-prometheus-stack-62.2.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

##### What's Changed

- \[kube-prometheus-stack] Adds web spec to `thanosRulerSpec` by
[@&#8203;jalev](https://redirect.github.com/jalev) in
[prometheus-community/helm-charts#4806

##### New Contributors

- [@&#8203;jalev](https://redirect.github.com/jalev) made their first
contribution in
[prometheus-community/helm-charts#4806

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-62.2.0...kube-prometheus-stack-62.2.1

###
[`v62.2.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-62.2.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.1.0...kube-prometheus-stack-62.2.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

##### What's Changed

- \[kube-state-metrics] Make fsType selector configurable by
[@&#8203;jkroepke](https://redirect.github.com/jkroepke) in
[prometheus-community/helm-charts#4805

**Full Changelog**:
prometheus-community/helm-charts@prometheus-operator-crds-14.0.0...kube-prometheus-stack-62.2.0

###
[`v62.1.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.0.0...kube-prometheus-stack-62.1.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.0.0...kube-prometheus-stack-62.1.0)

###
[`v62.0.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.9.0...kube-prometheus-stack-62.0.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.9.0...kube-prometheus-stack-62.0.0)

###
[`v61.9.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.8.0...kube-prometheus-stack-61.9.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.8.0...kube-prometheus-stack-61.9.0)

###
[`v61.8.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.7.2...kube-prometheus-stack-61.8.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.7.2...kube-prometheus-stack-61.8.0)

###
[`v61.7.2`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.7.1...kube-prometheus-stack-61.7.2)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.7.1...kube-prometheus-stack-61.7.2)

###
[`v61.7.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.7.0...kube-prometheus-stack-61.7.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.7.0...kube-prometheus-stack-61.7.1)

###
[`v61.7.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.6.1...kube-prometheus-stack-61.7.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.6.1...kube-prometheus-stack-61.7.0)

###
[`v61.6.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.6.0...kube-prometheus-stack-61.6.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.6.0...kube-prometheus-stack-61.6.1)

###
[`v61.6.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.5.0...kube-prometheus-stack-61.6.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.5.0...kube-prometheus-stack-61.6.0)

###
[`v61.5.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.4.0...kube-prometheus-stack-61.5.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.4.0...kube-prometheus-stack-61.5.0)

###
[`v61.4.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.3.3...kube-prometheus-stack-61.4.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.3.3...kube-prometheus-stack-61.4.0)

###
[`v61.3.3`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.3.2...kube-prometheus-stack-61.3.3)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.3.2...kube-prometheus-stack-61.3.3)

###
[`v61.3.2`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.3.1...kube-prometheus-stack-61.3.2)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.3.1...kube-prometheus-stack-61.3.2)

###
[`v61.3.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.3.0...kube-prometheus-stack-61.3.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.3.0...kube-prometheus-stack-61.3.1)

###
[`v61.3.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.2.0...kube-prometheus-stack-61.3.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.2.0...kube-prometheus-stack-61.3.0)

###
[`v61.2.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.1.1...kube-prometheus-stack-61.2.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.1.1...kube-prometheus-stack-61.2.0)

</details>

<details>
<summary>open-telemetry/opentelemetry-helm-charts
(opentelemetry-operator)</summary>

###
[`v0.69.0`](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.69.0)

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.68.3...opentelemetry-operator-0.69.0)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- \[operator] Bump operator version to 0.108.0 by
[@&#8203;TylerHelmuth](https://redirect.github.com/TylerHelmuth) in
[open-telemetry/opentelemetry-helm-charts#1336

**Full Changelog**:
open-telemetry/opentelemetry-helm-charts@opentelemetry-demo-0.32.8...opentelemetry-operator-0.69.0

###
[`v0.68.3`](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.68.3)

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.68.1...opentelemetry-operator-0.68.3)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- \[demo] add revisionHistoryLimit parameter by
[@&#8203;basti1302](https://redirect.github.com/basti1302) in
[open-telemetry/opentelemetry-helm-charts#1326
- \[operator] Change runbook_url to an actual url in the PrometheusRule
by
[@&#8203;bogdan-at-adobe](https://redirect.github.com/bogdan-at-adobe)
in
[open-telemetry/opentelemetry-helm-charts#1317
- Bump kyverno/action-install-chainsaw from 0.2.8 to 0.2.9 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[open-telemetry/opentelemetry-helm-charts#1335
- Update examples for v1beta1 by
[@&#8203;ethanmdavidson](https://redirect.github.com/ethanmdavidson) in
[open-telemetry/opentelemetry-helm-charts#1334
- \[demo] update demo version to fix main by
[@&#8203;TylerHelmuth](https://redirect.github.com/TylerHelmuth) in
[open-telemetry/opentelemetry-helm-charts#1338

#### New Contributors

- [@&#8203;basti1302](https://redirect.github.com/basti1302) made their
first contribution in
[open-telemetry/opentelemetry-helm-charts#1326
- [@&#8203;bogdan-at-adobe](https://redirect.github.com/bogdan-at-adobe)
made their first contribution in
[open-telemetry/opentelemetry-helm-charts#1317
- [@&#8203;ethanmdavidson](https://redirect.github.com/ethanmdavidson)
made their first contribution in
[open-telemetry/opentelemetry-helm-charts#1334

**Full Changelog**:
open-telemetry/opentelemetry-helm-charts@opentelemetry-demo-0.32.7...opentelemetry-operator-0.68.3

###
[`v0.68.1`](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.68.1)

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.68.0...opentelemetry-operator-0.68.1)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- Remove required container resources by
[@&#8203;ba-work](https://redirect.github.com/ba-work) in
[open-telemetry/opentelemetry-helm-charts#1312

#### New Contributors

- [@&#8203;ba-work](https://redirect.github.com/ba-work) made their
first contribution in
[open-telemetry/opentelemetry-helm-charts#1312

**Full Changelog**:
open-telemetry/opentelemetry-helm-charts@opentelemetry-kube-stack-0.1.3...opentelemetry-operator-0.68.1

###
[`v0.68.0`](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.68.0)

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.67.0...opentelemetry-operator-0.68.0)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- Operator release 0.107.0 by
[@&#8203;pavolloffay](https://redirect.github.com/pavolloffay) in
[open-telemetry/opentelemetry-helm-charts#1307

**Full Changelog**:
open-telemetry/opentelemetry-helm-charts@opentelemetry-collector-0.102.0...opentelemetry-operator-0.68.0

###
[`v0.67.0`](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.67.0)

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.66.0...opentelemetry-operator-0.67.0)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- OpenTelemetry operator 0.106.0 by
[@&#8203;pavolloffay](https://redirect.github.com/pavolloffay) in
[open-telemetry/opentelemetry-helm-charts#1298

**Full Changelog**:
open-telemetry/opentelemetry-helm-charts@opentelemetry-operator-0.66.0...opentelemetry-operator-0.67.0

###
[`v0.66.0`](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.66.0)

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.65.2...opentelemetry-operator-0.66.0)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- \[operator] Bump default version to 0.105.0 by
[@&#8203;TylerHelmuth](https://redirect.github.com/TylerHelmuth) in
[open-telemetry/opentelemetry-helm-charts#1297

**Full Changelog**:
open-telemetry/opentelemetry-helm-charts@opentelemetry-kube-stack-0.1.2...opentelemetry-operator-0.66.0

###
[`v0.65.2`](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.65.2)

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.65.1...opentelemetry-operator-0.65.2)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- Promote jaronoff97 to maintainer by
[@&#8203;TylerHelmuth](https://redirect.github.com/TylerHelmuth) in
[open-telemetry/opentelemetry-helm-charts#1292

**Full Changelog**:
open-telemetry/opentelemetry-helm-charts@opentelemetry-operator-0.65.1...opentelemetry-operator-0.65.2

###
[`v0.65.1`](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.65.1)

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.65.0...opentelemetry-operator-0.65.1)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- \[operator] fix: move 'relabelings' and 'metricRelabelings' configs
under endpoints in serviceMonitor spec by
[@&#8203;rl0nergan](https://redirect.github.com/rl0nergan) in
[open-telemetry/opentelemetry-helm-charts#1289

**Full Changelog**:
open-telemetry/opentelemetry-helm-charts@opentelemetry-collector-0.101.1...opentelemetry-operator-0.65.1

###
[`v0.65.0`](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-collector-0.65.0)

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.64.4...opentelemetry-operator-0.65.0)

OpenTelemetry Collector Helm chart for Kubernetes

###
[`v0.64.4`](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.64.4)

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.64.3...opentelemetry-operator-0.64.4)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- \[operator] feat: add 'relabelings' and 'metricRelabelings' configs to
serviceMonitor by
[@&#8203;rl0nergan](https://redirect.github.com/rl0nergan) in
[open-telemetry/opentelemetry-helm-charts#1246

**Full Changelog**:
open-telemetry/opentelemetry-helm-charts@opentelemetry-kube-stack-0.0.10...opentelemetry-operator-0.64.4

###
[`v0.64.3`](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.64.3)

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.64.2...opentelemetry-operator-0.64.3)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- Set port for webhook in conversion webhook by
[@&#8203;jaronoff97](https://redirect.github.com/jaronoff97) in
[open-telemetry/opentelemetry-helm-charts#1260

**Full Changelog**:
open-telemetry/opentelemetry-helm-charts@opentelemetry-demo-0.32.1...opentelemetry-operator-0.64.3

###
[`v0.64.2`](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.64.2)

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.64.1...opentelemetry-operator-0.64.2)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- \[operator] support cutom autocert-certPeriod time by days by
[@&#8203;JaredTan95](https://redirect.github.com/JaredTan95) in
[open-telemetry/opentelemetry-helm-charts#1249

**Full Changelog**:
open-telemetry/opentelemetry-helm-charts@opentelemetry-kube-stack-0.0.9...opentelemetry-operator-0.64.2

</details>

<details>
<summary>grafana/helm-charts (tempo-distributed)</summary>

###
[`v1.18.0`](https://redirect.github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.18.0)

[Compare
Source](https://redirect.github.com/grafana/helm-charts/compare/tempo-distributed-1.17.0...tempo-distributed-1.18.0)

Grafana Tempo in MicroService mode

#### What's Changed

- \[tempo-distributed] Upgrade to v2.6.0 by
[@&#8203;mapno](https://redirect.github.com/mapno) in
[grafana/helm-charts#3296

**Full Changelog**:
grafana/helm-charts@grafana-8.5.1...tempo-distributed-1.18.0

###
[`v1.17.0`](https://redirect.github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.17.0)

[Compare
Source](https://redirect.github.com/grafana/helm-charts/compare/tempo-distributed-1.16.2...tempo-distributed-1.17.0)

Grafana Tempo in MicroService mode

#### What's Changed

- \[tempo-distributed] added configuration option to set
`maxUnavailable` for PDBs by
[@&#8203;sy-be](https://redirect.github.com/sy-be) in
[grafana/helm-charts#3104

#### New Contributors

- [@&#8203;sy-be](https://redirect.github.com/sy-be) made their first
contribution in
[grafana/helm-charts#3104

**Full Changelog**:
grafana/helm-charts@grafana-8.4.5...tempo-distributed-1.17.0

###
[`v1.16.2`](https://redirect.github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.16.2)

[Compare
Source](https://redirect.github.com/grafana/helm-charts/compare/tempo-distributed-1.16.1...tempo-distributed-1.16.2)

Grafana Tempo in MicroService mode

#### What's Changed

- \[tempo-distributed] fix: force nginx gateway to resolve upstream
hostname by [@&#8203;rsicart](https://redirect.github.com/rsicart) in
[grafana/helm-charts#3207

#### New Contributors

- [@&#8203;rsicart](https://redirect.github.com/rsicart) made their
first contribution in
[grafana/helm-charts#3207

**Full Changelog**:
grafana/helm-charts@grafana-8.4.4...tempo-distributed-1.16.2

###
[`v1.16.1`](https://redirect.github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.16.1)

[Compare
Source](https://redirect.github.com/grafana/helm-charts/compare/tempo-distributed-1.16.0...tempo-distributed-1.16.1)

Grafana Tempo in MicroService mode

#### What's Changed

- \[tempo-distributed] bump gateway nginx, memcached, and memcached
exporter deps by
[@&#8203;DrFaust92](https://redirect.github.com/DrFaust92) in
[grafana/helm-charts#3258

**Full Changelog**:
grafana/helm-charts@k8s-monitoring-1.4.6...tempo-distributed-1.16.1

###
[`v1.16.0`](https://redirect.github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.16.0)

[Compare
Source](https://redirect.github.com/grafana/helm-charts/compare/tempo-distributed-1.15.4...tempo-distributed-1.16.0)

Grafana Tempo in MicroService mode

#### What's Changed

- \[tempo-distributed] Enable autoscaling for Compactor by
[@&#8203;7onn](https://redirect.github.com/7onn) in
[grafana/helm-charts#2817

#### New Contributors

- [@&#8203;7onn](https://redirect.github.com/7onn) made their first
contribution in
[grafana/helm-charts#2817

**Full Changelog**:
grafana/helm-charts@alloy-0.6.0...tempo-distributed-1.16.0

###
[`v1.15.4`](https://redirect.github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.15.4)

[Compare
Source](https://redirect.github.com/grafana/helm-charts/compare/tempo-distributed-1.15.3...tempo-distributed-1.15.4)

Grafana Tempo in MicroService mode

#### What's Changed

- \[tempo-distributed] fix: Typo in URL scheme
"https://grafana.com/docs/enterprise-traces/latest/config/reference/#admin_client_config"
by [@&#8203;win5923](https://redirect.github.com/win5923) in
[grafana/helm-charts#3020

#### New Contributors

- [@&#8203;win5923](https://redirect.github.com/win5923) made their
first contribution in
[grafana/helm-charts#3020

**Full Changelog**:
grafana/helm-charts@grafana-8.4.0...tempo-distributed-1.15.4

###
[`v1.15.3`](https://redirect.github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.15.3)

[Compare
Source](https://redirect.github.com/grafana/helm-charts/compare/tempo-distributed-1.15.2...tempo-distributed-1.15.3)

Grafana Tempo in MicroService mode

#### What's Changed

- \[tempo-distributed] Update metrics generator storage remote_write url
by [@&#8203;naing2victor](https://redirect.github.com/naing2victor) in
[grafana/helm-charts#2947

#### New Contributors

- [@&#8203;naing2victor](https://redirect.github.com/naing2victor) made
their first contribution in
[grafana/helm-charts#2947

**Full Changelog**:
grafana/helm-charts@grafana-8.3.7...tempo-distributed-1.15.3

###
[`v1.15.2`](https://redirect.github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.15.2)

[Compare
Source](https://redirect.github.com/grafana/helm-charts/compare/tempo-distributed-1.15.1...tempo-distributed-1.15.2)

Grafana Tempo in MicroService mode

##### What's Changed

- \[tempo-distributed] New overrides format bugfix by
[@&#8203;mapno](https://redirect.github.com/mapno) in
[grafana/helm-charts#3236

**Full Changelog**:
grafana/helm-charts@grafana-8.3.6...tempo-distributed-1.15.2

###
[`v1.15.1`](https://redirect.github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.15.1)

[Compare
Source](https://redirect.github.com/grafana/helm-charts/compare/tempo-distributed-1.15.0...tempo-distributed-1.15.1)

Grafana Tempo in MicroService mode

#### What's Changed

- \[tempo-distributed] Use memberlistBindPort instead of hardcoded
values by [@&#8203;abenbachir](https://redirect.github.com/abenbachir)
in
[grafana/helm-charts#3208

#### New Contributors

- [@&#8203;abenbachir](https://redirect.github.com/abenbachir) made
their first contribution in
[grafana/helm-charts#3208

**Full Changelog**:
grafana/helm-charts@grafana-8.3.4...tempo-distributed-1.15.1

###
[`v1.15.0`](https://redirect.github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.15.0)

[Compare
Source](https://redirect.github.com/grafana/helm-charts/compare/tempo-distributed-1.14.0...tempo-distributed-1.15.0)

Grafana Tempo in MicroService mode

#### What's Changed

- \[tempo-distributed] Add externalTrafficPolicy option to service by
[@&#8203;celian-garcia](https://redirect.github.com/celian-garcia) in
[grafana/helm-charts#3182

#### New Contributors

- [@&#8203;celian-garcia](https://redirect.github.com/celian-garcia)
made their first contribution in
[grafana/helm-charts#3182

**Full Changelog**:
grafana/helm-charts@helm-loki-6.6.6...tempo-distributed-1.15.0

###
[`v1.14.0`](https://redirect.github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.14.0)

[Compare
Source](https://redirect.github.com/grafana/helm-charts/compare/tempo-distributed-1.13.2...tempo-distributed-1.14.0)

Grafana Tempo in MicroService mode

#### What's Changed

- \[tempo-distributed] bump rollout-operator and grafana-agent-operator
deps to latest by
[@&#8203;DrFaust92](https://redirect.github.com/DrFaust92) in
[grafana/helm-charts#3204

#### New Contributors

- [@&#8203;DrFaust92](https://redirect.github.com/DrFaust92) made their
first contribution in
[grafana/helm-charts#3204

**Full Changelog**:
grafana/helm-charts@lgtm-distributed-2.1.0...tempo-distributed-1.14.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/hobroker/selfhosted).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Igor Leahu <4361921+hobroker@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants