github.com/m3db/m3@v1.5.0/src/query/config/m3query-dev-remote.yml (about) 1 listenAddress: 0.0.0.0:7201 2 3 backend: grpc 4 5 rpc: 6 remotes: 7 - name: "remote" 8 remoteListenAddresses: ["localhost:9000"] 9 10 metrics: 11 scope: 12 prefix: "coordinator" 13 prometheus: 14 handlerPath: /metrics 15 listenAddress: 0.0.0.0:7203 # until https://github.com/m3db/m3/issues/682 is resolved 16 sanitization: prometheus 17 samplingRate: 1.0 18 extended: none 19 20 tagOptions: 21 idScheme: quoted