1
0
mirror of https://github.com/jcwimer/openstack-exporter synced 2026-03-25 01:44:43 +00:00

Added instance deploy metrics and horizon selenium metrics

This commit is contained in:
2020-11-24 18:34:05 -05:00
parent 33e23eb496
commit 5e6e34be4c
10 changed files with 418 additions and 50 deletions

View File

@@ -7,6 +7,9 @@ name = "pypi"
python-openstacksdk = "*"
prometheus_client = "*"
cryptography = "*"
tcpping2 = "*"
argparse = "*"
selenium = "*"
[requires]
python_version = "3.8"