magnum/releasenotes/notes/prometheus-adapter-15fba9d739676e70.yaml
Diogo Guerra 354575804f Add prometheus-adapter
This will install the prometheus-adapter stable
helm chart. Requires monitoring_enabled=true.

The chart version can be configured using
prometheus_adapter_chart_tag and an option is
available to overwrite the default configuration
rules for a user defined ConfigMap referenced
by using prometheus_adapter_configmap label.

story: 2006765
task: 37278

Change-Id: I5b86f4455f88c8dbeac6e56942e1ca55f1d1726c
Signed-off-by: Diogo Guerra <diogo.filipe.tomas.guerra@cern.ch>
2019-12-10 13:54:39 +01:00

11 lines
508 B
YAML

---
features:
- |
Added custom.metrics.k8s.io API installer by means of stable/prometheus-adapter
helm chart. The label prometheus_adapter_enabled (default: true) controls
configuration. You can also use prometheus_adapter_chart_tag to select helm
chart version, and prometheus_adapter_configmap if you would like to setup
your own metrics (specifying this other than default overwrites default
configurations).
This feature requires the usage of label monitoring_enabled=true.