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

Use prometheus-client 0.19.0 with official HTTPS/mTLS support #428

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

andy-maier
Copy link
Member

No review needed.

@andy-maier andy-maier self-assigned this Nov 27, 2023
@andy-maier andy-maier added this to the 1.5.0 milestone Nov 27, 2023
@andy-maier andy-maier linked an issue Nov 27, 2023 that may be closed by this pull request
@andy-maier andy-maier force-pushed the andy/use-prometheus-client-0.19.0 branch 2 times, most recently from 1702565 to 40f5199 Compare November 27, 2023 08:45
@zhmcclient zhmcclient deleted a comment from GitCop Nov 27, 2023
@coveralls
Copy link

coveralls commented Nov 27, 2023

Coverage Status

coverage: 36.463%. remained the same
when pulling cee77d5 on andy/use-prometheus-client-0.19.0
into da025fd on master.

Details:

* Used the officially released version 0.19.0 of the prometheus-client package
  and enabled Python versions 3.6 and 3.7 again.

* Fixed pylint issue on Python 3.6 and 3.7 where it complains about the
  new arguments of start_http_server(). The code checks that they are
  used only on Python 3.8 or higher, where we have the new version of
  the prometheus-client package.

* Fixed a dependency issue with pip on Python 3.l6 and 3.7 that came in
  while these Python versions were disabled.

* Added Python 3.7/3.8 to normal test envs since that is the boundary
  where HTTPS support got introduced.

Signed-off-by: Andreas Maier <maiera@de.ibm.com>
@andy-maier andy-maier force-pushed the andy/use-prometheus-client-0.19.0 branch from 40f5199 to cee77d5 Compare November 27, 2023 08:54
@andy-maier andy-maier merged commit d601833 into master Nov 27, 2023
16 checks passed
@andy-maier andy-maier deleted the andy/use-prometheus-client-0.19.0 branch November 27, 2023 09:05
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.

Use prometheus-client version from Pypi
2 participants