aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/day2_configs/prometheus/add_remote_write.yaml
diff options
context:
space:
mode:
authorSrivahni <srivahni.chivukula@intel.com>2019-04-10 22:56:18 -0700
committerSrivahni Chivukula <srivahni.chivukula@intel.com>2019-04-29 18:03:49 +0000
commitca692c79344e2259ecd29d3629f6301db699a52c (patch)
tree08a7a165201820dc1050d4d5a5663f08e629bdd3 /vnfs/DAaaS/day2_configs/prometheus/add_remote_write.yaml
parent05b95b1d9e313c7d0a9de55be98befc6916c4b8f (diff)
Day2 configs for Prometheus and Collectd
Change-Id: Iae71e408e4f766e726a028921343be39009b088f Issue-ID: ONAPARC-457 Issue-ID: ONAPARC-443 Signed-off-by: Srivahni <srivahni.chivukula@intel.com>
Diffstat (limited to 'vnfs/DAaaS/day2_configs/prometheus/add_remote_write.yaml')
-rw-r--r--vnfs/DAaaS/day2_configs/prometheus/add_remote_write.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/vnfs/DAaaS/day2_configs/prometheus/add_remote_write.yaml b/vnfs/DAaaS/day2_configs/prometheus/add_remote_write.yaml
new file mode 100644
index 00000000..48af9017
--- /dev/null
+++ b/vnfs/DAaaS/day2_configs/prometheus/add_remote_write.yaml
@@ -0,0 +1,13 @@
+spec:
+ remoteRead:
+ - url: "http://m3coordinator-m3db.m3db-operator.svc.cluster.local:7201/api/v1/prom/remote/read"
+ readRecent: true
+ remoteWrite:
+ - url: "http://m3coordinator-m3db.m3db-operator.svc.cluster.local:7201/api/v1/prom/remote/write"
+ writeRelabelConfigs:
+ - targetLabel: metrics_storage
+ replacement: m3db_remote
+ - url: "http://m3coordinator-m3db-cluster.edge1.svc.cluster.local:7201/api/v1/prom/remote/write"
+ writeRelabelConfigs:
+ - targetLabel: metrics_storage_day2
+ replacement: m3db_remote_day2