ironic-prometheus-exporter/doc/source/limitations.rst
Iury Gregory Melo Ferreira e2080d0862 Add documentation
- Move README.rst documentation to doc/source
- Addd job to publish docs
- Update tox to run docs and pdf-docs

Change-Id: I967312ab8ba572adb3155c98b5511aa9600c0d03
2020-03-18 12:52:11 +01:00

10 lines
396 B
ReStructuredText

Limitations
===========
* The only hardware types that have support for sensor data are `ipmi` and
`redfish` (If a new hardware type adds support we need to add a parser for
it).
* We can only deal with `Gauge metrics
<https://prometheus.io/docs/practices/instrumentation/#counter-vs-gauge-summary-vs-histogram>`_.
* The set of metrics that will be available depends on the hardware type.