etcd/contrib
Quentin Bisson 46b42a750e
Fix cluster query
Fix mixin cluster parameter otherwise generated mixins looks like this:

```json
{"type":"prometheus","uid":"${datasource}"},"label":"cluster","name":"job","query":"label_values(etcd_server_has_leader{job=~\".*etcd.*\"}, job)","refresh":2,"type":"query"}]},"time":{"from":"now-15m","to":"now"},"timezone": "`}}{{ .Values.grafana.defaultDashboardsTimezone }}{{`","title":"etcd","uid":"c2f4e12cdf69feb95caa41a5a1b423d9"}`}}
```

where name is job when the variable name used in dashboard queries is cluster.

Signed-off-by: QuentinBisson <quentin@giantswarm.io>
2023-10-16 22:42:31 +02: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: del systemd/etcd2-backup-coreos in docs 2020-10-14 09:49:56 +08:00

Contrib

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

  • systemd - an example unit file for deploying etcd on systemd-based distributions
  • raftexample - an example distributed key-value store using raft
  • systemd/etcd3-multinode - multi-node cluster setup with systemd