Joonyoung Park
bd74c10fdb
Documentation/etcd-mixin: fix typo in README.md
...
Promethues -> Prometheus
2018-07-19 19:10:46 +09:00
Gyuho Lee
eef61324ed
Merge pull request #9929 from jolson490/remove-http-alerts_from-mixin
...
Removing http alerts (that were specific to etcd v2) from mixin.libsonnet
2018-07-18 17:36:16 -07:00
Joshua Olson
3826107af6
Documentation: removing alerts that were specific to etcd v2
2018-07-18 12:31:46 -04:00
Gyuho Lee
688043a7c2
Merge pull request #9916 from gyuho/upgrade-doc-index
...
Documentation/upgrades: update upgrade doc indexes
2018-07-11 06:59:41 -07:00
Gyuho Lee
d9cde03fe0
Documentation/upgrades: update upgrade doc indexes
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-10 15:30:29 -07:00
Gyuho Lee
db102de675
Merge pull request #9914 from gyuho/protoc
...
*: require protoc 3.6.0
2018-07-10 10:30:50 -07:00
Gyuho Lee
befc5cbb59
functional/scripts: use protoc 3.6.0
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-10 10:17:10 -07:00
Gyuho Lee
453db62d84
scripts/genproto: use protoc 3.6.0
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-10 10:16:37 -07:00
Gyuho Lee
8f84f72df0
Merge pull request #9913 from gyuho/log
...
*: combine all configuration print logs to embed.StartEtcd
2018-07-09 13:21:56 -07:00
Gyuho Lee
3ac4d208ac
embed: combine all info-print functions
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-09 12:32:47 -07:00
Gyuho Lee
60c63fa34e
etcdmain: remove version/system info print methods
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-09 11:26:53 -07:00
Gyuho Lee
ddf45cb958
etcdserver: remove configuration print methods
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-09 11:26:23 -07:00
Gyuho Lee
e23853a9ed
Merge pull request #9910 from Cjen1/master
...
benchmark: Create README.md
2018-07-09 09:39:13 -07:00
Cjen1
9d96a24de1
benchmark: Create README.md
...
When trying to run the benchmark I found little documentation on how to
run the benchmark.
2018-07-09 10:37:53 +01:00
Gyuho Lee
f7b3017752
Merge pull request #9467 from ouqiang/patch-1
...
Documentation/integrations: add PHP v3 client
2018-07-06 10:29:58 -07:00
Gyuho Lee
dbccfe06fb
clientv3/balancer: debugging balancer test failures
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-05 12:18:13 -07:00
Gyuho Lee
3e7d49079c
Merge pull request #9906 from gyuho/dockerfile
...
*: revert back to ubuntu test image, fix "unconvert" linter warnings
2018-07-05 11:58:30 -07:00
Gyuho Lee
7e542078bc
clientv3/balancer: skip "TestRoundRobinBalancedResolvableFailoverFromServerFail" for now
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-05 11:57:45 -07:00
Gyuho Lee
6a16c7974a
tests/e2e: handle cipher suite mismatch error in ubuntu
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-05 10:50:07 -07:00
Gyuho Lee
e388a4a1a1
mvcc: simplify increment "rrev"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-05 10:28:10 -07:00
Gyuho Lee
7aaaa0d82f
raft: do not use underscore in var name
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-05 10:25:47 -07:00
Gyuho Lee
9934034bb1
etcdserver: remove unnecessary if-statement
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-05 10:25:00 -07:00
Gyuho Lee
0249c39cb3
raft: remove unnecessary type conversion
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-05 10:12:45 -07:00
Gyuho Lee
b01d560be0
tests/e2e: remove unnessary type conversion
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-05 10:10:30 -07:00
Gyuho Lee
bc18474029
mvcc: remove unnecessary type conversion
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-05 10:09:53 -07:00
Gyuho Lee
e714dd01b3
etcdserver: remove unnecessary type conversion
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-05 10:08:56 -07:00
Gyuho Lee
e1a978c3ce
tests/Dockerfile: revert back to ubuntu
...
Fedora is too big (550 MB),
while Ubuntu image is only 350 MB.
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-05 10:07:11 -07:00
Gyuho Lee
0a31a2bac2
CHANGELOG: add Go versions, Watcher.RequestProgress
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-05 09:43:28 -07:00
Xiang Li
1e5c381664
Merge pull request #9903 from brancz/remove-http-alerts
...
Documentation/op-guide: Remove HTTP alerts
2018-07-04 08:43:14 -07:00
Frederic Branczyk
67ecea9709
Documentation/op-guide: Remove HTTP alerts
...
The HTTP metrics have been deprecated and removed. In other places all
the HTTP related alerts have already been removed, this is just a clean
up of the remaining places these were left.
2018-07-04 09:04:47 +02:00
Gyuho Lee
e4425ee79f
CHANGELOG: add monitoring/metrics changes
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-03 14:59:44 -07:00
Gyuho Lee
3e1d635dbe
CHANGELOG-3.4: clarify "etcd_mvcc_db_total_size_in_bytes" rename change
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-03 13:46:46 -07:00
Gyuho Lee
4588f89c7a
CHANGELOG: backport quota size limit metrics
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-03 13:31:52 -07:00
Gyuho Lee
0aed7e0026
CHANGELOG: clarify debugging metrics, backend quota metrics
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-03 13:18:44 -07:00
Gyuho Lee
1168a92491
CHANGELOG: update July patch releases
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-03 13:05:36 -07:00
Gyuho Lee
dc93262332
CHANGELOG: add "etcd_server_slow_read_indexes_total"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-03 12:50:12 -07:00
Gyuho Lee
495eb2f230
Merge pull request #9897 from gyuho/read-index
...
etcdserver: clarify read index warnings, add metrics
2018-07-03 11:31:02 -07:00
Gyuho Lee
37000cc4b8
etcdserver: add "etcd_server_slow_read_indexes_total"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-02 12:58:35 -07:00
Gyuho Lee
4733a1db5c
etcdserver: clarify read index warnings
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-07-02 12:53:35 -07:00
Gyuho Lee
308f59058c
Merge pull request #9896 from xmudrii/grpc-changelog
...
Update CHANGELOG-3.2 to include changes from #9894
2018-07-02 11:07:35 -07:00
Marko Mudrinić
21d7f14e4c
CHANGELOG: update CHANGELOG-3.2 to include TLS gRPC Proxy changes
2018-07-02 20:00:20 +02:00
Gyuho Lee
9782ba91a8
Merge pull request #9891 from mitake/maintainers
...
MAINTAINERS: update @mitake's email address
2018-06-28 22:38:36 -07:00
Hitoshi Mitake
c15b674d7a
MAINTAINERS: update @mitake's email address
2018-06-29 14:25:29 +09:00
Gyuho Lee
902541c038
docs/faq: remove "you"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-06-28 22:15:15 -07:00
Joe Betz
4df18a7316
Merge pull request #9869 from jpbetz/progress
...
*: Add progress notify request watch request
2018-06-28 10:46:01 -07:00
Joe Betz
4b51b6de49
*: Add progress notify request watch request
2018-06-27 16:46:13 -07:00
Gyuho Lee
b56fc94829
Merge pull request #9889 from gyuho/doc-faq
...
docs: add "FAQs"
2018-06-27 10:58:21 -07:00
Gyuho Lee
cd6100ca30
docs: add "FAQs"
...
Copied from https://github.com/coreos/etcd/blob/master/Documentation/faq.md .
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-06-27 10:56:06 -07:00
Hitoshi Mitake
54e2511b25
Merge pull request #9883 from joelegasse/jwt
...
auth: Support all JWT algorithms
2018-06-27 17:12:56 +09:00
Gyuho Lee
eb0a10da8a
Merge pull request #9887 from bdarnell/become-leader
...
raft: Really avoid scanning raft log in becomeLeader
2018-06-26 13:31:08 -07:00