operator-framework / operator-controller

Apache License 2.0
28 stars 47 forks source link

The catalogd and operator-controller metrics services target each other #955

Open joelanford opened 2 weeks ago

joelanford commented 2 weeks ago

The label selector used for both catalogd and operator-controller metrics services is: control-plane: controller-manager. Now that both catalogd and operator controller are running in the same namespace, that means both services target both pods.

This will lead to a confusing prometheus metrics collection. We need to do a sweep of labels and label selectors used in catalogd and operator controller to make sure we do not actually overlap.

LalatenduMohanty commented 2 weeks ago

/assign

LalatenduMohanty commented 1 week ago

PR #969 sent to fix in this repo.

LalatenduMohanty commented 1 week ago

PR for catalogd https://github.com/operator-framework/catalogd/pull/292