-
Notifications
You must be signed in to change notification settings - Fork 28
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
Consider dropping support for v0.8 metrics #209
Comments
@pilhuhn what parts of the client in particular are specific to supporting 0.8? |
I think that there is only old cassettes that support the 0.8API and this check that supports versions below 0.16. |
Well, metrics_api checks on this in a few places like: https://github.com/hawkular/hawkular-client-ruby/blob/master/lib/hawkular/metrics/metric_api.rb#L59 |
As far as I know currently OpenShift is using these versions:
@mwringe please keep me honest on these. @pilhuhn for CM OpenShift 3.2 went out of the ManageIQ matrix since Jan 2017 but it seems a little early to drop the support. When are you planning this cleanup? |
@simon3z I haven't planned any concrete date. More a suggestion or thought so that we don't carry this around forever. |
Hawkular Metrics is in both OpenShift and H-Services way beyond version 0.8
I expect that there are no more installations of H-Metrics 0.8 out there.
We should remove support for it completely from the gem
CC @simon3z
The text was updated successfully, but these errors were encountered: