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

🐛 Fixing the labels for better metrics collection #969

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LalatenduMohanty
Copy link

As the label selector used for both catalogd and operator-controller metrics services is "control-plane: controller-manager". Hence changing the labels in both operator-controller and catalogd to make sure we do not overlap.

Description

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

As the label selector used for both catalogd and operator-controller
metrics services is "control-plane: controller-manager". Hence changing
the labels in both operator-controller and catalogd to make sure we
do not overlap.

Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
@LalatenduMohanty LalatenduMohanty requested a review from a team as a code owner June 24, 2024 23:29
Copy link

netlify bot commented Jun 24, 2024

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit 849312b
🔍 Latest deploy log https://app.netlify.com/sites/olmv1/deploys/667a01632783f00008ee1571
😎 Deploy Preview https://deploy-preview-969--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jun 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.40%. Comparing base (2eca31d) to head (849312b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #969   +/-   ##
=======================================
  Coverage   79.40%   79.40%           
=======================================
  Files          17       17           
  Lines        1170     1170           
=======================================
  Hits          929      929           
  Misses        165      165           
  Partials       76       76           
Flag Coverage Δ
e2e 57.35% <ø> (ø)
unit 54.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@LalatenduMohanty LalatenduMohanty changed the title 🌱 Fixing the labels for better metrics collection 🐛 Fixing the labels for better metrics collection Jun 25, 2024
@LalatenduMohanty LalatenduMohanty changed the title 🐛 Fixing the labels for better metrics collection 🐛 Fixing the labels for better metrics collection Jun 25, 2024
@@ -2,7 +2,7 @@ apiVersion: v1
kind: Namespace
metadata:
labels:
control-plane: controller-manager
control-plane: operator-controller-controller-manager
Copy link
Member

Choose a reason for hiding this comment

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

I think I would delete this label from the namespace. catalogd contributes this same namespace in it's manifest, which means we'll end up with conflicts or silent overwrites.

This is related to #967

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.

None yet

2 participants