Gyuho Lee
|
37546f74ab
|
*: move "version" to "internal/version"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-29 10:00:20 -08:00 |
|
Gyuho Lee
|
349a377a67
|
*: move "lease" to "internal/lease"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-26 11:09:29 -08:00 |
|
Gyuho Lee
|
1b4502114f
|
etcdserver/api/etcdhttp: remove "errors" field in /health
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-01-17 15:18:32 -08:00 |
|
Jordan Liggitt
|
f77e54eb13
|
api/etcdhttp: change /health type back to string for backwards compatibility
|
2018-01-15 01:57:55 -05:00 |
|
tylerauerbeck
|
527d03e0d2
|
etcdserver: update metrics to use promhttp
Update api/etcdhttp/metrics.go to use promhttp.Handler() instead of prometheus.Handler()
fixes #8729
|
2017-11-10 09:47:49 -08:00 |
|
Gyu-Ho Lee
|
1109c6c321
|
etcdserver/api/etcdhttp: document package in doc.go
It was missing from godoc.
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-10-06 10:47:47 -07:00 |
|
Anthony Romano
|
1d3afd4bb5
|
etcdhttp, v2http, etcdserver: use etcdserver.{Server,ServerV2} interfaces
|
2017-08-31 11:47:40 -07:00 |
|
Gyu-Ho Lee
|
cd37ef2c1b
|
*: expose etcdhttp.Health, define proxy health handler
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-07-31 14:07:54 -07:00 |
|
Gyu-Ho Lee
|
4267d368df
|
api/etcdhttp: serve error information in '/health', marshal health in JSON
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-07-27 15:36:59 -07:00 |
|
Gyu-Ho Lee
|
74c8050adc
|
*: use etcdhttp.Handle* for health, prometheus handlers
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-07-26 06:23:55 -07:00 |
|
Gyu-Ho Lee
|
78432e3bd2
|
etcdhttp: add metrics.go for metrics, health handler
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-07-26 06:23:55 -07:00 |
|
Gyu-Ho Lee
|
61a736a068
|
etcdserver: check alarms in health handler
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-07-18 15:51:28 -07:00 |
|
Anthony Romano
|
e29db923bc
|
*: move v2http handlers without /v2 prefix to etcdhttp
Lets --enable-v2=false configurations provide /metrics, /health, etc.
Fixes #8167
|
2017-07-07 18:35:57 -07:00 |
|