Files
devstack-plugin-prometheus/devstack/files/prometheus.yml
Leonie Chamberlin-Medd 38931e8544 Adds openstack-exporter deployment script
Adds a bash script to deploy openstack-exporter, along with a Zuul job
to test it.

Change-Id: Id40aad02198747112e10d9457b350cee6f6d643e
Signed-off-by: Leonie Chamberlin-Medd <leonie@stackhpc.com>
2025-10-01 09:52:34 +01:00

13 lines
407 B
YAML

# Prometheus config for single node
global:
scrape_interval: 10s
scrape_configs:
- job_name: "node"
static_configs:
- targets: ["localhost:9882"]
- targets: ["localhost:9090"] # prometheus target
- targets: ["localhost:9100"] # node_exporter target
- targets: ["localhost:9180"] # openstack-exporter target
# labels:
# fqdn: "controller" # node_exporter fqdn