etcd/contrib
redwrasse c89ee6f120 contrib: add missing lock and mixin readme descriptions
Signed-off-by: redwrasse <mail@redwrasse.io>
2023-12-12 23:48:07 -08:00
..
lock all: Changing Printf and friends to Print if there is no formatting 2022-11-15 22:11:23 +03:00
mixin Fix cluster query 2023-10-16 22:42:31 +02:00
raftexample Handle ErrCompacted errors for Compact in raftexample 2023-08-18 20:05:05 +08:00
systemd Merge pull request #12259 from alvistack/master-aio_graceful_reboot 2021-01-31 23:58:12 +01: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