etcd/contrib
Matthieu MOREL 7f9efcfe52 fix: use testify instead of t.Fatal or t.Error in contrib package
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-12-01 21:36:39 +00:00
..
lock all: call Close() after reading http.Response.Body 2024-03-25 12:17:47 +08:00
mixin Automate labels for contrib pull requests. 2024-05-12 22:24:21 +12:00
raftexample fix: use testify instead of t.Fatal or t.Error in contrib package 2024-12-01 21:36:39 +00:00
systemd Merge pull request #12259 from alvistack/master-aio_graceful_reboot 2021-01-31 23:58:12 +01:00
OWNERS Automate labels for contrib pull requests. 2024-05-12 22:24:21 +12:00
README.md contrib: add missing lock and mixin readme descriptions 2023-12-12 23:48:07 -08:00

Contrib

Scripts and files which may be useful but aren't part of the core etcd project.

  • lock - example addressing the expired lease problem of distributed locking with etcd
  • mixin - customisable set of Grafana dashboard and Prometheus alerts for etcd
  • raftexample - an example distributed key-value store using raft
  • systemd - an example unit file for deploying etcd on systemd-based distributions
  • systemd/etcd3-multinode - multi-node cluster setup with systemd