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

Monitoring of OLM, catalog, and marketplace operators by SYN stack #12

Merged
merged 2 commits into from
Jul 6, 2022

Conversation

bastjan
Copy link
Contributor

@bastjan bastjan commented Jul 5, 2022

Tested on the beta cluster with both valid instances at once.

Checklist

  • PR contains a single logical change (to build a better changelog).
  • Update the documentation.
  • Categorize the PR by setting a good title and adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog.

@bastjan bastjan marked this pull request as draft July 5, 2022 14:01
@bastjan bastjan added the enhancement New feature or request label Jul 5, 2022
@bastjan bastjan changed the title Enable monitoring of OLM and marketplace operators Monitoring of OLM, catalog, and marketplace operators by SYN stack Jul 6, 2022
@bastjan bastjan marked this pull request as ready for review July 6, 2022 06:57
@bastjan bastjan requested a review from simu July 6, 2022 06:57
Copy link
Member

@simu simu left a comment

Choose a reason for hiding this comment

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

LGTM overall.

component/monitoring.libsonnet Outdated Show resolved Hide resolved
],
};

local marketplaceOperatorMonitor = prom.ServiceMonitor('openshift-marketplace-operator') {
Copy link
Member

Choose a reason for hiding this comment

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

According to the internal ticket the marketplace operator only provides Go runtime metrics, do we really need a ServiceMonitor for it which drops all metrics?

Copy link
Contributor Author

@bastjan bastjan Jul 6, 2022

Choose a reason for hiding this comment

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

I did do it to be analogue to the others. Maybe they will add metrics at some point. At least we get the up from it...

Co-authored-by: Simon Gerber <simon.gerber@vshn.ch>
@bastjan bastjan merged commit d33ef0b into master Jul 6, 2022
@bastjan bastjan deleted the syn-monitoring branch July 6, 2022 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants