Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-telemetry/opentelemetry-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6d7e2ccdb1629ead03021b9208a62b8b828c238d
Choose a base ref
..
head repository: open-telemetry/opentelemetry-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7a6aed6cb7e0f82065a0911cb41dedb1cf74b1d8
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 CHANGELOG.md
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -28,6 +28,7 @@
### 🧰 Bug fixes 🧰

- `operator`: Operator pod crashed if the Service Monitor for the operator metrics was created before by another operator pod. (#3446)

Operator fails when the pod is restarted and the Service Monitor for operator metrics was already created by another operator pod.
To fix this, the operator now sets the owner reference on the Service Monitor to itself and checks if the Service Monitor already exists.