etcd/Documentation
Björn Rabenstein c9a5889915
Documentation/etcd-mixin: Reformulate alerting rules to use `without` rather than `by` (#12122)
* etcd-mixin: Reformulate alerting rules to use `without` rather than `by`

With aggregations using `by`, all additional target labels that a user
might have configured, are aggregated away. However, those target
labels are useful for e.g. alert routing. With this commit, nothing
should change for vanilla job/instance target labels, but whoever has
more target labels can now still make use of them.

Signed-off-by: beorn7 <beorn@grafana.com>

* etcd-mixin: Parametrize instance labels to aggregate away

Signed-off-by: beorn7 <beorn@grafana.com>
2020-07-23 16:02:26 -07:00
..
benchmarks Documentation: Restructure directory to accommodate new site generation system 2020-01-21 14:29:54 -08:00
dev-guide auth, etcdserver: hash password in the API layer 2020-07-14 00:15:19 +09:00
dev-internal Documentation: Restructure directory to accommodate new site generation system 2020-01-21 14:29:54 -08:00
etcd-mixin Documentation/etcd-mixin: Reformulate alerting rules to use `without` rather than `by` (#12122) 2020-07-23 16:02:26 -07:00
learning go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
metrics Documentation: added v3.4.x metrics docs 2019-12-15 14:13:36 +02:00
op-guide Documentation/op-guide: Drop old alert_rules 2020-07-08 09:37:34 -07:00
platforms Documentation: Restructure directory to accommodate new site generation system 2020-01-21 14:29:54 -08:00
rfc doc: remove out-date introduction video link. (#11601) 2020-02-07 20:49:05 -08:00
triage Documentation: Restructure directory to accommodate new site generation system 2020-01-21 14:29:54 -08:00
upgrades Documentation: describe the change of WAL entries related to auth 2020-07-14 00:15:19 +09:00
README.md Documentation: Restructure directory to accommodate new site generation system 2020-01-21 14:29:54 -08:00
_index.md Documentation: Restructure directory to accommodate new site generation system 2020-01-21 14:29:54 -08:00
branch-management.md Documentation: Restructure directory to accommodate new site generation system 2020-01-21 14:29:54 -08:00
demo.md Documentation: Restructure directory to accommodate new site generation system 2020-01-21 14:29:54 -08:00
dl-build.md Documentation, CHANGELOG: use new go.etcd.io/etcd/v3 pkg 2020-04-28 22:02:19 +00:00
faq.md Documentation: fix broken links 2020-06-12 09:51:33 +08:00
integrations.md Documentation: add section headings to integrations doc (#11573) 2020-01-31 17:02:08 -08:00
metrics.md Documentation: Restructure directory to accommodate new site generation system 2020-01-21 14:29:54 -08:00
reporting-bugs.md Documentation: Restructure directory to accommodate new site generation system 2020-01-21 14:29:54 -08:00
tuning.md documentation: initial metadata additions for website generation (#10596) 2019-04-01 13:57:24 -07:00

README.md

The etcd documentation

etcd is a distributed key-value store designed to reliably and quickly preserve and provide access to critical data. It enables reliable distributed coordination through distributed locking, leader elections, and write barriers. An etcd cluster is intended for high availability and permanent data storage and retrieval.

Please note that the files in this directory are source files for the built and rendered documentation that can be viewed at etcd.io/docs.