File: add-prometheus-fetcher-be6082f70f279f0e.yaml

package info (click to toggle)
cloudkitty 17.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,144 kB
  • sloc: python: 19,245; sh: 374; makefile: 220; pascal: 54
file content (10 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    A Prometheus scope fetcher has been added in order to dynamically discover
    scopes from a Prometheus service using a user defined metric and a scope
    attribute.
    It can also filter out the response from Prometheus using metadata filters
    to have a more fine-grained control over scope discovery.
    It features HTTP basic auth capabilities and HTTPS configuration options
    similar to Prometheus collector.