operator-framework / catalogd

On-cluster FBC catalog content server
Apache License 2.0
14 stars 26 forks source link

:bug: Fixing the labels for better identify metrics #292

Closed LalatenduMohanty closed 1 week ago

LalatenduMohanty commented 1 week ago

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. Refer https://github.com/operator-framework/operator-controller/issues/955 for details

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 33.12%. Comparing base (7558b05) to head (1241103).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #292 +/- ## ======================================= Coverage 33.12% 33.12% ======================================= Files 15 15 Lines 646 646 ======================================= Hits 214 214 Misses 411 411 Partials 21 21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.