etcd/pkg
Yuchen Zhou c623f798cb
etcdserver: add trace for txn request (#11491)
* etcdserver: add trace for txn request

* pkg/traceutil: added StopSubTrace as a sign of the end of subtrace. Added test case for logging out subtrace.
2020-04-04 14:46:03 -07:00
..
adt pkg/adt: rbcolor string fix 2019-12-30 19:52:34 +08:00
contention *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
cpuutil pkg: clean up code format 2018-07-21 15:49:58 -07:00
crc *: add missing package descriptions 2015-11-17 20:54:10 -08:00
debugutil pkg/debugutil: add 'mutex' profiler (Go 1.8+) 2017-04-18 10:56:06 -07:00
expect vendor: update 2019-07-24 14:09:50 -07:00
fileutil pkg, clientv3: etcdctl snaprestore when data-dir empty (#11648) 2020-04-04 14:41:19 -07:00
flags pkg: remove capnslog (#11616) 2020-02-12 11:15:41 -08:00
httputil pkg/httputil: add "GetHostname" 2018-02-28 17:27:40 -08:00
idutil pkg/idutil: use count field as atomic variable 2018-04-27 00:44:45 +08:00
ioutil pkg/ioutil: add "FlushN" 2020-03-31 20:31:24 -07:00
logutil vendor: remove capnslog 2020-02-12 12:33:16 -08:00
mock *: revert module import paths 2019-05-28 15:39:35 -07:00
netutil *: revert module import paths 2019-05-28 15:39:35 -07:00
osutil pkg: remove capnslog (#11616) 2020-02-12 11:15:41 -08:00
pathutil pkg: update LICENSE header 2016-05-12 20:48:53 -07:00
pbutil pkg: remove capnslog (#11616) 2020-02-12 11:15:41 -08:00
proxy in multiple packages: fixed goroutine leak bugs in tests (cont.d) (#11570) 2020-01-30 10:55:59 -08:00
report pkg/*: fix "unconvert" warnings 2018-04-30 15:32:16 -07:00
runtime pkg: update LICENSE header 2016-05-12 20:48:53 -07:00
schedule *: replace 'golang.org/x/net/context' with 'context' 2017-09-07 13:39:42 -07:00
srv fileutil, src: format errors 2019-10-25 22:31:49 +08:00
stringutil pkg/stringutil: add tests 2018-04-08 14:18:09 -07:00
systemd pkg/logutil: error when it can't find journal socket 2018-05-16 14:34:49 -07:00
testutil *: revert module import paths 2019-05-28 15:39:35 -07:00
tlsutil pkg, clientv3, etcdmain: let grpcproxy rise an error when its cert has non empty CN 2019-01-25 00:43:57 +09:00
traceutil etcdserver: add trace for txn request (#11491) 2020-04-04 14:46:03 -07:00
transport transport: simple fix in test functions to prevent goroutine leak 2020-02-12 18:32:03 -05:00
types pkg/types: Avoid potential double lock of tsafeSet. 2019-08-07 15:08:00 -07:00
wait pkg/wait: change list's lock to RWMutex 2017-08-27 18:23:18 +08:00
README.md pkg: add README.md 2014-10-26 16:28:48 -07:00

README.md

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.