github.com/m3db/m3@v1.5.0/scripts/docker-integration-tests/query_fanout/m3coordinator-cluster-a.yml (about)

     1  # Fanout queries to remote clusters
     2  rpc:
     3    enabled: true
     4    listenAddress: "0.0.0.0:7202"
     5    remotes:
     6      - name: "cluster-b"
     7        remoteListenAddresses: ["coordinator-cluster-b:7202"]
     8      - name: "cluster-c"
     9        remoteListenAddresses: ["coordinator-cluster-c:7202"]
    10  
    11  clusters:
    12    - client:
    13        config:
    14          service:
    15            env: default_env
    16            zone: embedded
    17            service: m3db
    18            cacheDir: /var/lib/m3kv
    19            etcdClusters:
    20              - zone: embedded
    21                endpoints:
    22                  - dbnode-cluster-a:2379
    23  
    24  carbon:
    25    ingester:
    26      listenAddress: "0.0.0.0:7204"
    27      rules:
    28        - pattern: .*
    29          policies:
    30            - resolution: 5s
    31              retention: 10h
    32  
    33  # Use tag consolidation here; other integration tests handle id consolidations.
    34  query:
    35    consolidation:
    36      matchType: tags