aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/day2_configs/prometheus/add_remote_write.yaml
blob: 48af9017f117ee358fd93d74bfaa4a45e0ad5bb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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