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

[operator] fix: move 'relabelings' and 'metricRelabelings' configs under endpoints in serviceMonitor spec #1289

Merged

Conversation

rl0nergan
Copy link
Contributor

Fixes indentation issues causing an invalid ServiceMonitor spec when using relabeling/metricRelabeling configs #1287

Comment on lines 27 to 33
relabelings:
{{- toYaml . | nindent 4 }}
relabelings:
{{- toYaml . | nindent 6 }}
{{- end }}
{{- with .Values.manager.serviceMonitor.metricRelabelings }}
metricRelabelings:
{{- toYaml . | nindent 4 }}
metricRelabelings:
{{- toYaml . | nindent 6 }}
{{- end }}
Copy link
Contributor

Choose a reason for hiding this comment

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

suggestion: can we have all the blocks indentation match here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good call. just pushed those changes up

@TylerHelmuth
Copy link
Member

I merged the operator-bump first, so needs a rebase

@rl0nergan
Copy link
Contributor Author

using the following values for the serviceMonitor

  serviceMonitor:
    enabled: true
    # additional labels on the ServiceMonitor
    extraLabels: {}
    # add annotations on the ServiceMonitor
    annotations: {}
    metricsEndpoints:
      - port: metrics
    # Used to set relabeling and metricRelabeling configs on the ServiceMonitor
    # https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config
    relabelings:
      - action: replace
        replacement: my-cluster
        targetLabel: cluster
      - action: replace
        replacement: my-cluster2
        targetLabel: cluster2
    metricRelabelings:
      - action: keep
        regex: otelcol_process_memory_rss|target_info
        sourceLabels:
        - __name__

Templates out to this:

# Source: opentelemetry-operator/templates/servicemonitor.yaml
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
  name: otel-operator-opentelemetry-operator
  namespace: redpanda
  labels:
    helm.sh/chart: opentelemetry-operator-0.64.5
    app.kubernetes.io/name: opentelemetry-operator
    app.kubernetes.io/version: "0.103.0"
    app.kubernetes.io/managed-by: Helm
    app.kubernetes.io/instance: otel-operator
    
    app.kubernetes.io/component: controller-manager
spec:
  selector:
    matchLabels:
      app.kubernetes.io/name: opentelemetry-operator
      app.kubernetes.io/component: controller-manager
  endpoints:
  - port: metrics
    relabelings:
      - action: replace
        replacement: my-cluster
        targetLabel: cluster
      - action: replace
        replacement: my-cluster2
        targetLabel: cluster2
    metricRelabelings:
      - action: keep
        regex: otelcol_process_memory_rss|target_info
        sourceLabels:
        - __name__
  namespaceSelector:
    matchNames:
      - redpanda

Ignore the namespacing, that's just coming from the namespace set in my current kubeconfig.

@rl0nergan
Copy link
Contributor Author

Updated PR with additional indentation:

# Source: opentelemetry-operator/templates/servicemonitor.yaml
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
  name: otel-operator-opentelemetry-operator
  namespace: redpanda
  labels:
    helm.sh/chart: opentelemetry-operator-0.65.1
    app.kubernetes.io/name: opentelemetry-operator
    app.kubernetes.io/version: "0.104.0"
    app.kubernetes.io/managed-by: Helm
    app.kubernetes.io/instance: otel-operator
    
    app.kubernetes.io/component: controller-manager
spec:
  selector:
    matchLabels:
      app.kubernetes.io/name: opentelemetry-operator
      app.kubernetes.io/component: controller-manager
  endpoints:
    - port: metrics
      relabelings:
        - action: replace
          replacement: my-cluster
          targetLabel: cluster
        - action: replace
          replacement: my-cluster2
          targetLabel: cluster2
      metricRelabelings:
        - action: keep
          regex: otelcol_process_memory_rss|target_info
          sourceLabels:
          - __name__
  namespaceSelector:
    matchNames:
      - redpanda

@TylerHelmuth TylerHelmuth merged commit 52b517c into open-telemetry:main Aug 2, 2024
3 of 4 checks passed
@rl0nergan rl0nergan deleted the operator/relabeling-configs branch August 2, 2024 18:11
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://github.com/prometheus-operator/kube-prometheus)
([source](https://github.com/prometheus-community/helm-charts))
| major | `61.1.1` -> `62.6.0` |
| [opentelemetry-operator](https://opentelemetry.io/)
([source](https://github.com/open-telemetry/opentelemetry-helm-charts))
| minor | `0.64.1` -> `0.69.0` |
| [tempo-distributed](https://grafana.com/docs/tempo/latest/)
([source](https://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://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-62.6.0)

[Compare
Source](https://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://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://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-62.5.1)

[Compare
Source](https://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://github.com/mohammaddehnavi)
in
[prometheus-community/helm-charts#4832

#### New Contributors

- [@&#8203;mohammaddehnavi](https://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://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.4.0...kube-prometheus-stack-62.5.0)

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

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

[Compare
Source](https://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://github.com/karthikpenugonda22)
in
[prometheus-community/helm-charts#4835

#### New Contributors

-
[@&#8203;karthikpenugonda22](https://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://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-62.3.1)

[Compare
Source](https://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://github.com/tobiasamft) in
[prometheus-community/helm-charts#4824

##### New Contributors

- [@&#8203;tobiasamft](https://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://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-62.3.0)

[Compare
Source](https://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://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://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-62.2.1)

[Compare
Source](https://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://github.com/jalev) in
[prometheus-community/helm-charts#4806

##### New Contributors

- [@&#8203;jalev](https://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://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-62.2.0)

[Compare
Source](https://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://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://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-62.0.0...kube-prometheus-stack-62.1.0)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[Compare
Source](https://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://github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.69.0)

[Compare
Source](https://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://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://github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.68.3)

[Compare
Source](https://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://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://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://github.com/dependabot) in
[open-telemetry/opentelemetry-helm-charts#1335
- Update examples for v1beta1 by
[@&#8203;ethanmdavidson](https://github.com/ethanmdavidson) in
[open-telemetry/opentelemetry-helm-charts#1334
- \[demo] update demo version to fix main by
[@&#8203;TylerHelmuth](https://github.com/TylerHelmuth) in
[open-telemetry/opentelemetry-helm-charts#1338

#### New Contributors

- [@&#8203;basti1302](https://github.com/basti1302) made their
first contribution in
[open-telemetry/opentelemetry-helm-charts#1326
- [@&#8203;bogdan-at-adobe](https://github.com/bogdan-at-adobe)
made their first contribution in
[open-telemetry/opentelemetry-helm-charts#1317
- [@&#8203;ethanmdavidson](https://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://github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.68.1)

[Compare
Source](https://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://github.com/ba-work) in
[open-telemetry/opentelemetry-helm-charts#1312

#### New Contributors

- [@&#8203;ba-work](https://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://github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.68.0)

[Compare
Source](https://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://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://github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.67.0)

[Compare
Source](https://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://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://github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.66.0)

[Compare
Source](https://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://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://github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.65.2)

[Compare
Source](https://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://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://github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.65.1)

[Compare
Source](https://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://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://github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-collector-0.65.0)

[Compare
Source](https://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://github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.64.4)

[Compare
Source](https://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://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://github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.64.3)

[Compare
Source](https://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://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://github.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.64.2)

[Compare
Source](https://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://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://github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.18.0)

[Compare
Source](https://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://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://github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.17.0)

[Compare
Source](https://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://github.com/sy-be) in
[grafana/helm-charts#3104

#### New Contributors

- [@&#8203;sy-be](https://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://github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.16.2)

[Compare
Source](https://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://github.com/rsicart) in
[grafana/helm-charts#3207

#### New Contributors

- [@&#8203;rsicart](https://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://github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.16.1)

[Compare
Source](https://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://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://github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.16.0)

[Compare
Source](https://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://github.com/7onn) in
[grafana/helm-charts#2817

#### New Contributors

- [@&#8203;7onn](https://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://github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.15.4)

[Compare
Source](https://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://github.com/win5923) in
[grafana/helm-charts#3020

#### New Contributors

- [@&#8203;win5923](https://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://github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.15.3)

[Compare
Source](https://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://github.com/naing2victor) in
[grafana/helm-charts#2947

#### New Contributors

- [@&#8203;naing2victor](https://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://github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.15.2)

[Compare
Source](https://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://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://github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.15.1)

[Compare
Source](https://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://github.com/abenbachir)
in
[grafana/helm-charts#3208

#### New Contributors

- [@&#8203;abenbachir](https://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://github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.15.0)

[Compare
Source](https://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://github.com/celian-garcia) in
[grafana/helm-charts#3182

#### New Contributors

- [@&#8203;celian-garcia](https://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://github.com/grafana/helm-charts/releases/tag/tempo-distributed-1.14.0)

[Compare
Source](https://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://github.com/DrFaust92) in
[grafana/helm-charts#3204

#### New Contributors

- [@&#8203;DrFaust92](https://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://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