Asko Kauppi
be28981234
Documentation: fix typo s/endpoint-health/endpoint health/
2017-01-19 16:52:26 -08:00
Gyu-Ho Lee
4fad94246d
Merge pull request #7190 from gyuho/docs
...
Documentation: update experimental_apis for v3.1 release
2017-01-19 12:41:58 -08:00
Josh Wood
8a779ce709
Merge pull request #7144 from tobilarscheid/enhancement/highlight-differences-in-docker-commands
...
Highlight differences between example run commands in docker_guide
2017-01-19 12:29:52 -08:00
Gyu-Ho Lee
81c1288d60
Documentation: update experimental_apis for v3.1 release
2017-01-19 11:32:06 -08:00
Josh Wood
eb88a5f288
Polish note about varying parameters for each member
2017-01-18 14:55:02 -08:00
Gyu-Ho Lee
abf7847fa5
Documentation: document upgrading to v3.1
2017-01-17 13:20:24 -08:00
Xiang Li
699b1e5b3a
Merge pull request #7160 from xiang90/snapshotcount
...
etcdserver: increase snapshot to 100,000
2017-01-14 16:53:44 -08:00
Xiang Li
c5a9d54835
etcdserver: increase snapshot to 100,000
...
Keep more wal entries in memory for fast follower recovery.
10,000 was a too small number that triggers quite a few snapshots.
ZK proves that 100,000 is a reasonable number for even old less prowerful
machines.
Eventually we should provide both count and max memory (for large entries).
2017-01-13 18:05:25 -08:00
Gyu-Ho Lee
7f8b5774a4
*: regenerate proto files with 'ignore_value'
2017-01-13 15:13:18 -08:00
tobilarscheid
3d97da0672
improve documentation regarding docker cluster
...
instead of trying to highlight stuff within markdown code blocks, this commits adds a descriptive sentence explaining the differences.
2017-01-13 09:20:37 +01:00
tobilarscheid
c624caabb1
improve example run commands in docker_guide
...
When bootstrapping a cluster, the docker run command is mostly the same for all cluster member. This commits highlight the small variations between the commands to make them stand out.
2017-01-12 09:16:21 +01:00
Xiang Li
824277cb3a
Merge pull request #7119 from sinsharat/add_load_test_tool
...
tools: Add etcd 3.0 load test tool refernece
2017-01-11 22:17:57 -08:00
sharat
c512839382
tools: Add etcd 3.0 load test tool refernece
2017-01-12 11:35:32 +05:30
Anthony Romano
6f801d2ae8
documentation: display docs.md in github browser
2017-01-11 10:37:42 -08:00
fanmin shi
953b0c6ba2
why: add origin of the term etcd
...
explain the meaning behind the term etcd.
2017-01-06 16:12:20 -06:00
Neil Shen
7aeddf6cd7
docs: fix recovery example in recovery.md
2017-01-04 19:41:15 +08:00
crandl201
36b2d3f5eb
etcdmain: add --metrics flag for exposing histogram metrics
...
this adds a new flag, --metrics, that can be used to enable extensive (histogram) metrics.
Fixes #7024
2016-12-28 13:04:52 -05:00
Gyu-Ho Lee
af3451be26
Merge pull request #7018 from gyuho/why
...
Documentation: add 'why.md'
2016-12-16 15:54:49 -08:00
Gyu-Ho Lee
bef87cc953
Documentation: add 'why.md'
2016-12-16 15:54:03 -08:00
Gyu-Ho Lee
2f0e82a31e
Documentation: add FAQs on membership operation
...
Copy Anthony's answer from:
https://github.com/coreos/etcd/issues/6103
https://github.com/coreos/etcd/issues/6114
2016-12-16 15:13:40 -08:00
Hongchao Deng
fa733e1e9c
docs: explicitly set ETCDCTL_API=3 in recovery.md
2016-12-15 20:10:30 -08:00
Brandon Philips
52e3dc5eb9
Documentation: minor fix nodes -> node
2016-12-15 21:27:52 -05:00
Gyu-Ho Lee
a1e572b460
dev-guide: add limit.md
2016-12-15 15:44:21 -08:00
Anthony Romano
14c851c863
Documentation: FAQ entry for cluster ID mismatches
2016-12-15 11:27:24 -08:00
Gyu-Ho Lee
626df4d77c
Documentation: add more FAQs (follower, leader, sys-require)
2016-12-14 11:36:07 -08:00
Félix Barbeira
972ef3c92e
op-guide/clustering: fix typo
2016-12-14 18:51:30 +01:00
leonliao
cb9277f339
Documentation: use port 2379 in local cluster guide
...
The port in endpoints should be 2379, instead of 12379.
2016-12-14 15:09:21 +08:00
Xiang Li
e3d8ef4cea
doc: add hardware section
2016-12-13 12:42:47 -08:00
Xiang Li
468187de31
doc: add faq about missing heartbeat
2016-12-12 11:31:17 -08:00
Xiang Li
6969369a32
doc: add faq about apply warning logging
2016-12-12 09:58:42 -08:00
Anthony Romano
cf60588b27
Merge pull request #6974 from heyitsanthony/interacting-fixup
...
Documentation: update get examples to be clearer about ranges
2016-12-09 13:08:40 -08:00
Anthony Romano
d2a6bbd9c6
Documentation: update get examples to be clearer about ranges
...
Fixes #6966
2016-12-09 10:54:38 -08:00
Gyu-Ho Lee
7c0ae91d78
Documentation: add more FAQ questions
2016-12-07 16:25:04 -08:00
Brandon Philips
1bee237acf
Documentation: add blox and chain as users
2016-12-06 20:20:40 -08:00
Xiang Li
cfd10b4bbf
Merge pull request #6949 from xiang90/faq
...
doc: initial faq
2016-12-06 10:08:09 -08:00
Xiang Li
58150937c0
doc: initial faq
2016-12-06 08:48:57 -08:00
antoniomaciej
f62ed3d642
Documentation: link added to libraries-and-tools.md with a new v2 Scala
...
Client
2016-12-05 22:55:17 +01:00
Gyu-Ho Lee
ede51b10f8
op-guide: add notes about Prometheus data source in Grafana
2016-11-22 10:34:41 -08:00
Anthony Romano
ccf154e706
Documentation: add grpc gateway watch example
...
Shows how to use watch via grpc gateway.
2016-11-18 11:37:35 -08:00
Gyu-Ho Lee
7cac755df2
op-guide: update gRPC requests metrics
2016-11-14 15:20:16 -08:00
Gyu-Ho Lee
625366875d
op-guide: add screenshot to sample Grafana dashboard
2016-11-11 16:21:15 -08:00
Gyu-Ho Lee
6d83590434
Documentation/op-guide: add 'monitoring' guide
2016-11-11 15:22:07 -08:00
Xiang Li
0b78ef8de1
Merge pull request #6831 from xiang90/grpc_proxy_doc
...
doc: add gRPC proxy start doc
2016-11-10 09:34:38 -08:00
Xiang Li
b16c93a885
doc: add gRPC proxy start doc
2016-11-10 09:20:13 -08:00
fanmin shi
ab6b175a2a
Merge pull request #6828 from fanminshi/add_not_equal_to_compare
...
etcdserver, clientv3: add "!=" to txn
2016-11-09 15:27:08 -08:00
fanmin shi
c2fd42b556
etcdserver, clientv3: add "!=" to txn
...
adding != to compare is a requested functionality from a etcd user
FIX #6719
2016-11-09 14:28:36 -08:00
Gyu-Ho Lee
a93d8dfe62
Merge pull request #6821 from gyuho/manual
...
*: fix minor typos, styles
2016-11-08 15:39:26 -08:00
ethanport
754daf918b
clustering.md: update minor grammar
2016-11-08 12:34:43 -08:00
Kelvin Liang
97ac128fef
Documentation: fixed typo
2016-11-07 19:14:34 -04:00
Gyu-Ho Lee
67082e5bd1
v3rpc: add gRPC active streamsGauge
2016-11-04 11:09:20 -07:00