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

[MAISTRA-2096] Update Prometheus to 2.24 (OpenShift 4.7 version) #10

Closed
wants to merge 19 commits into from

Conversation

brian-avery
Copy link

I've updated maistra/prometheus/maistra-2.1 to match the OpenShift release-4.7 branch. This cherrypicks all of our Prometheus commits on top of that. In the process:

XNS Informers has replaced the multilistwatcher code
lots of dependencies have been updated in go.mod
The SimonPasquier logging library that Prometheus uses is not compatible with the Kubernetes logger that Istio uses (they implement different interfaces). It's hacky, but the best solution I could find was to create an adapter to satisfy the interfaces. See logwrapper.go for more detail
To test this, I've deployed a 2.1 control plane with bookinfo, pushed traffic through and confirmed that I'm able to fetch metrics using the Prometheus UI. I then updated this to my image containing these changes and pushed more traffic through, again confirming that it shows up on the Prometheus UI

The multitenancy commit didn't apply cleanly (refactoring of discovery.go and manager.go), but switching to XNS informers helped. Other issues where go.mod had to be massaged. This picks up 2 years worth of Prometheus commits as well.

Make test detects leaks in:

klog-v2 -- known issue here gorutine leak during tests kubernetes/client-go#900 and here go routine created on flush logs has a leak. kubernetes/klog#188
go.opencensus.io -- known issue here goroutine leak detected census-instrumentation/opencensus-go#1191
The go.census issue lists a workaround that I will add to our code.

@brian-avery brian-avery changed the title Maistra 2.1 4.7 [MAISTRA-2096] Update Prometheus to 2.24 (OpenShift 4.7 version) Sep 10, 2021
@jwendell jwendell closed this Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants