提交 e92d01ca 编写于 作者: A Alan Lau 提交者: wu-sheng

Add etcd config doc. (#3189)

上级 5d3312cc
......@@ -80,6 +80,19 @@ configuration:
maxRetries: 3 # max number of times to retry
```
## Dynamic Configuration Etcd Implementation
[Etcd](https://github.com/etcd-io/etcd) is also supported as DCC(Dynamic Configuration Center), to use it, please configure as follows:
```yaml
configuration:
etcd:
period : 60 # Unit seconds, sync period. Default fetch every 60 seconds.
group : 'skywalking'
serverAddr: localhost:2379
clusterName: "default"
```
## 3rd party Configuration Center
We are welcome contributions to implement this module provider to support popular configuration center,
such as Consul. Submit issue to discuss.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册