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>
13 lines
407 B
YAML
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
|