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

Remove support for component-prometheus based monitoring #25

Merged
merged 1 commit into from
Mar 8, 2023

Conversation

simu
Copy link
Member

@simu simu commented Mar 7, 2023

We've ended up never using component-prometheus on OpenShift 4, and have changed our strategy to build OpenShift 4 monitoring on the cluster-monitoring and user-workload-monitoring stacks provided by OpenShift 4. Therefore the logic to enable a component-prometheus monitoring stack to scrape metrics from namespaces/workloads managed through this component is no longer necessary.

This PR completely removes support for component-prometheus in this component.

Reverts #12

Checklist

  • The PR has a meaningful title. It will be used to auto generate the
    changelog.
    The PR has a meaningful description that sums up the change. It will be
    linked in the changelog.
  • PR contains a single logical change (to build a better changelog).
  • Update the documentation.
  • Categorize the PR by adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog.
  • Link this PR to related issues or PRs.

@simu simu added the change label Mar 7, 2023
@simu
Copy link
Member Author

simu commented Mar 7, 2023

Labeled as change since we don't use the monitoring support anywhere.

Technically speaking, this is a breaking change. We could mark the PR as breaking without providing additional support, except noting that users should use OpenShift's cluster-montoring / user-workload-monitoring stack.

@simu simu requested a review from bastjan March 7, 2023 14:49
We've ended up never using component-prometheus on OpenShift 4, and have
changed our strategy to build OpenShift 4 monitoring on the
cluster-monitoring and user-workload-monitoring stacks provided by
OpenShift 4. Therefore the logic to enable a component-prometheus
monitoring stack to scrape metrics from namespaces/workloads managed
through this component is no longer necessary.

This commit completely removes support for component-prometheus in this
component.
@simu simu force-pushed the remove-monitoring branch from be8fd87 to 972768f Compare March 7, 2023 14:58
Copy link
Contributor

@bastjan bastjan left a comment

Choose a reason for hiding this comment

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

Make it gone

@simu simu merged commit b7bec10 into master Mar 8, 2023
@simu simu deleted the remove-monitoring branch March 8, 2023 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants