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

Fix metrics selectors #1742

Merged
merged 10 commits into from
Mar 23, 2022
Merged

Conversation

rubenvp8510
Copy link
Collaborator

Signed-off-by: Ruben Vargas [email protected]

This PR reverts some changes made in #1650 , as we agreed we are going to generate the Prometheus resources but won't publish it on OperatorHub as part of the release to not force users to install Prometheus Operator

Signed-off-by: Ruben Vargas <[email protected]>
@codecov
Copy link

codecov bot commented Feb 10, 2022

Codecov Report

Merging #1742 (bff8bd0) into main (e78ca97) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1742   +/-   ##
=======================================
  Coverage   87.70%   87.70%           
=======================================
  Files         100      100           
  Lines        6018     6018           
=======================================
  Hits         5278     5278           
  Misses        563      563           
  Partials      177      177           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e78ca97...bff8bd0. Read the comment docs.

@rubenvp8510
Copy link
Collaborator Author

@pavolloffay Please review

Copy link
Member

@pavolloffay pavolloffay left a comment

Choose a reason for hiding this comment

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

publish it on OperatorHub as part of the release to not force users to install Prometheus Operator

When are these objects used then? The "release" is done to the operator hub but as as well we are creating release dist.yaml.

@@ -3,7 +3,7 @@ kind: TestSuite
crdDir: ../../_build/crds/
artifactsDir: ../../_build/artifacts/
commands:
- script: cd ../../.. && make cert-manager
- script: cd ../../.. && make cert-manager && make deploy-prometheus-operator
Copy link
Member

Choose a reason for hiding this comment

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

nit: make cert-manager deploy-prometheus-operator

@rubenvp8510 rubenvp8510 changed the title Enable metrics Fix metrics selectors Feb 21, 2022
@rubenvp8510 rubenvp8510 requested a review from pavolloffay March 8, 2022 03:44
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.

2 participants