etcd/contrib
Matthieu MOREL 10d7cea552 chore: enable early-return and superfluous-else from revive
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>

Co-authored-by: Iván Valdés Castillo <iv@nvald.es>
2025-01-18 09:44:58 +01:00
..
lock chore: enable early-return and superfluous-else from revive 2025-01-18 09:44:58 +01: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