aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/day2_configs/prometheus/add_remote_write.yaml
diff options
context:
space:
mode:
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