File: allow-for-providing-metric-names-list-for-rbac-e46a4fd0df3fad73.yaml

package info (click to toggle)
python-observabilityclient 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 336 kB
  • sloc: python: 1,876; sh: 46; makefile: 19
file content (10 lines) | stat: -rw-r--r-- 471 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    The rbac.PromQLRbac.modify_query method now optionally allows
    for providing a list of metric names thanks to a new parameter.
    When the new parameter isn't used, the old behavior with sending
    a Prometheus API request to retrieve the metric names is used.
    When the metric names are provided, no Prometheus API request is
    done, which greatly increases performance when using the
    modify_query repeatedly, for example in loops.