-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.v1.0Issues related to the initial stable release of OLMv1Issues related to the initial stable release of OLMv1
Description
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.
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.v1.0Issues related to the initial stable release of OLMv1Issues related to the initial stable release of OLMv1
Type
Projects
Status
Done