1
0
mirror of https://github.com/jcwimer/openstack-exporter synced 2026-04-05 22:21:25 +00:00

Initial api response time and hypervisor metrics

This commit is contained in:
2020-11-19 07:06:44 -05:00
commit b5ae6a0088
7 changed files with 445 additions and 0 deletions

12
Pipfile Normal file
View File

@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
python-openstacksdk = "*"
prometheus_client = "*"
cryptography = "*"
[requires]
python_version = "3.8"