Application capable to export hardware sensor data from Ironic nodes to a Prometheus Server.
Go to file
Andreas Jaeger f50dd2276d Cleanup py27 support
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg:
  * Wheel is not needed for python 3 only repo
- Update classifiers
- Update requirements, no need for python_version anymore

Change-Id: I461fbd3273008bcb40c8fa217c093ba33599a9f3
2020-04-05 08:21:38 +02:00
devstack DevStack support and Redfish job 2020-02-18 16:57:41 +01:00
doc Cleanup py27 support 2020-04-05 08:21:38 +02:00
ironic_prometheus_exporter Fix None for instance_uuid label 2020-02-20 10:08:30 +00:00
releasenotes Fix None for instance_uuid label 2020-02-20 10:08:30 +00:00
.gitignore Release Notes support 2019-07-24 09:50:32 +02:00
.gitreview Migrate to opendev infra 2019-07-11 12:50:32 +02:00
.stestr.conf Initial version for Prometheus File Driver 2019-03-26 09:55:27 +01:00
.zuul.yaml Add documentation 2020-03-18 12:52:11 +01:00
bindep.txt DevStack support and Redfish job 2020-02-18 16:57:41 +01:00
CONTRIBUTING.md Initial commit 2019-03-19 17:25:52 +01:00
DCO Initial commit 2019-03-19 17:25:52 +01:00
LICENSE Initial commit 2019-03-19 17:25:52 +01:00
README.rst Add documentation 2020-03-18 12:52:11 +01:00
requirements.txt Migrate to opendev infra 2019-07-11 12:50:32 +02:00
setup.cfg Cleanup py27 support 2020-04-05 08:21:38 +02:00
setup.py Cleanup py27 support 2020-04-05 08:21:38 +02:00
test-requirements.txt Updates for Prometheus Exporter 2019-04-08 13:24:34 +02:00
tox.ini Add documentation 2020-03-18 12:52:11 +01:00

Ironic Prometheus Exporter

Ironic Prometheus Exporter is a Tool to expose hardware sensor data in the Prometheus format through an HTTP endpoint.

The hardware sensor data come from bare metal machines deployed using OpenStack Bare Metal Service (ironic).