openstack-helm-infra/prometheus/values_overrides
Steven Fitzpatrick fb7fc87d23 Prometheus: Render Rules as Templates
This change allows us to substitute values into our rules files.

Example:

- alert: my_region_is_down
  expr: up{region="{{ $my_region }}"} == 0
  
To support this change, rule annotations that used the expansion
{{ $labels.foo }} had to be surrounded with "{{` ... `}}" to render
correctly.

Change-Id: Ia7ac891de8261acca62105a3e2636bd747a5fbea
2020-08-10 18:16:35 +00:00
..
alertmanager.yaml Prometheus: Render Rules as Templates 2020-08-10 18:16:35 +00:00
apparmor.yaml Enable yamllint checks 2020-05-29 19:49:05 +00:00
ceph.yaml Prometheus: Render Rules as Templates 2020-08-10 18:16:35 +00:00
elasticsearch.yaml Prometheus: Render Rules as Templates 2020-08-10 18:16:35 +00:00
kubernetes.yaml Prometheus: Render Rules as Templates 2020-08-10 18:16:35 +00:00
local-storage.yaml Enable yamllint checks 2020-05-29 19:49:05 +00:00
nodes.yaml Prometheus: Render Rules as Templates 2020-08-10 18:16:35 +00:00
openstack.yaml Prometheus: Render Rules as Templates 2020-08-10 18:16:35 +00:00
postgresql.yaml Prometheus: Render Rules as Templates 2020-08-10 18:16:35 +00:00