aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/day2_configs/prometheus/README.txt
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2019-05-07 14:55:26 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-07 14:55:26 +0000
commit0696abe27f2f8f2c19931a0d2c5ad0badaf5d236 (patch)
treefbae4f8b72b1880b475de698dc4b48bd24aed6a0 /vnfs/DAaaS/day2_configs/prometheus/README.txt
parent3afda8117eea2124c7d22b3c50418a17fe412163 (diff)
parentca692c79344e2259ecd29d3629f6301db699a52c (diff)
Merge "Day2 configs for Prometheus and Collectd"
Diffstat (limited to 'vnfs/DAaaS/day2_configs/prometheus/README.txt')
-rw-r--r--vnfs/DAaaS/day2_configs/prometheus/README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/vnfs/DAaaS/day2_configs/prometheus/README.txt b/vnfs/DAaaS/day2_configs/prometheus/README.txt
new file mode 100644
index 00000000..99b63fac
--- /dev/null
+++ b/vnfs/DAaaS/day2_configs/prometheus/README.txt
@@ -0,0 +1,7 @@
+This day2 config adds a remote_write to existing config
+
+Assuming initial/day0 config in namespace "edge1" and helm release name as "cp" (helm install -n cp collection/ --namespace=edge1)
+
+Run below command to apply day2 config
+
+kubectl patch --namespace=edge1 prometheus cp-prometheus-prometheus -p "$(cat add_remote_write.yaml)" --type=merge