File: add-root-path-192ac0e6ea99b84f.yaml

package info (click to toggle)
python-observabilityclient 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 336 kB
  • sloc: python: 1,876; sh: 46; makefile: 19
file content (9 lines) | stat: -rw-r--r-- 464 bytes parent folder | download
1
2
3
4
5
6
7
8
9
---
features:
  - |
    Added a "root_path" configuration option with a PROMETHEUS_ROOT_PATH
    environment variable override, which allows to set a root path, which gets
    prepended to the URL path section for each Prometheus API call. So for
    example when Prometheus is hosted on localhost:80/prometheus, setting the
    root_path to "prometheus" will enable the observabilityclient to send
    requests to URLs like localhost:80/prometheus/api/v1/labels.