Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[opampsupervisor] avoid nil pointer access when reporting remote conf…
…ig status (#36849) #### Description When working on an unrelated PR I noticed that one of the opamp supervisor e2e tests was randomly failing, due to a nil pointer access - see https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12350739300/job/34464544343?pr=36844#step:8:647 This PR avoids this by using the `GetConfigHash()` method of the `remoteConfig` instead of directly accessing the `ConfigHash` property. #### Link to tracking issue Fixes #36850 --------- Signed-off-by: Florian Bacher <[email protected]>
- Loading branch information