File: add-metrics-collection-b9549ec62ce4feda.yaml

package info (click to toggle)
python-ironic-lib 7.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 532 kB
  • sloc: python: 3,631; makefile: 20; sh: 2
file content (9 lines) | stat: -rw-r--r-- 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
---
features:
  - |
    Adds a new metrics collection backend, ``collector``, to collect
    counter, gauge, and timer information, enabling the applicationg to
    access these statistics during process runtime. Adds a new metrics method
    ``get_metrics_data`` to allow the dictionary structure containing
    the metrics data to be accessed. This feature may be enabled by setting
    the ``[metrics]\backend`` option to ``collector``.