openstack-helm-infra/prometheus
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
..
templates Prometheus: Render Rules as Templates 2020-08-10 18:16:35 +00:00
values_overrides Prometheus: Render Rules as Templates 2020-08-10 18:16:35 +00:00
Chart.yaml Introduces templates linting 2020-06-11 23:29:42 -05:00
requirements.yaml Introduces templates linting 2020-06-11 23:29:42 -05:00
values.yaml Prometheus: Allow input of TLS client creds in values.yaml 2020-07-31 16:31:52 +00:00