aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/deploy/day2_configs/prometheus/add_remote_write_kafka.yaml
blob: 090e2a1efb39d143a975e01fec5e9b18921be46e (plain)
1
2
3
4
5
6
7
8
9
10
spec:
  remoteWrite:
  - url: "http://prom-kafka-writer.edge1.svc.cluster.local:8686/pkw/pkw0/receive"
    writeRelabelConfigs:
      - targetLabel: metrics_storage
        replacement: kafka_remote
      - action: keep
        regex: go_gc_duration_seconds_count
        sourceLabels:
        - __name__