etcd/contrib
Sebastian Gaiser 575b484ba0 fix(alerts): set severity of 'ectdMembersDown' from 'critical' to 'warning'
Downgraded severity of 'etcdMembersDown' from 'critical' to 'warning' as a single etcd member being not available should not be a problem for etcd's quorum. If the quorum would not be fulfilled, 'etcdInsufficientMembers' should fire. In addition the 'for' interval was extended from '10m' to '20m' as e.g. a node reboot with a big physical node takes usually longer than 10 minutes.

Signed-off-by: Sebastian Gaiser <sebastiangaiser@users.noreply.github.com>
2025-01-30 09:51:19 +00:00
..
lock chore: enable early-return and superfluous-else from revive 2025-01-18 09:44:58 +01:00
mixin fix(alerts): set severity of 'ectdMembersDown' from 'critical' to 'warning' 2025-01-30 09:51:19 +00: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