Created
May 13, 2019 15:01
-
-
Save jorgelbg/a2ba5a5896b9e7f5215e991963fbc1d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
listenAddress: | |
type: "config" | |
value: "0.0.0.0:7201" | |
metrics: | |
scope: | |
prefix: "coordinator" | |
prometheus: | |
handlerPath: /metrics | |
listenAddress: 0.0.0.0:7203 # until https://github.com/m3db/m3/issues/682 is resolved | |
sanitization: prometheus | |
samplingRate: 1.0 | |
extended: none | |
clusters: | |
- namespaces: | |
- namespace: metrics | |
type: unaggregated | |
retention: 48h | |
client: | |
config: | |
service: | |
env: default_env | |
zone: embedded | |
service: m3db | |
cacheDir: /var/lib/m3kvcache | |
etcdClusters: | |
- zone: embedded | |
endpoints: | |
- 10.2.10.219:2379 | |
writeConsistencyLevel: majority | |
readConsistencyLevel: unstrict_majority | |
tagOptions: | |
idScheme: quoted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment