diff --git a/website/source/docs/agent/telemetry.html.md b/website/source/docs/agent/telemetry.html.md index f717edca4b..803b9de624 100644 --- a/website/source/docs/agent/telemetry.html.md +++ b/website/source/docs/agent/telemetry.html.md @@ -909,12 +909,30 @@ These metrics give insight into the health of the cluster as a whole. nodes / Interval counter + + `consul.serf.member.failed` + This increments when an agent is marked dead. This can be an indicator of overloaded agents, network problems, or configuration errors where agents cannot connect to each other on the [required ports](/docs/agent/options.html#ports). + failures / interval + counter + `consul.serf.member.flap` - Available in Consul 0.7 and later, this increments when an agent is marked dead and then recovers within a short time period. This can be an indicator of overloaded agents, network problems, or configuration errors where agents can not connect to each other on the [required ports](/docs/agent/options.html#ports). + Available in Consul 0.7 and later, this increments when an agent is marked dead and then recovers within a short time period. This can be an indicator of overloaded agents, network problems, or configuration errors where agents cannot connect to each other on the [required ports](/docs/agent/options.html#ports). flaps / interval counter + + `consul.serf.member.join` + This increments when an agent joins the cluster. If an agent flapped or failed this counter also increments when it re-joins. + joins / interval + counter + + + `consul.serf.member.left` + This increments when an agent leaves the cluster. + leaves / interval + counter + `consul.serf.events` This increments when an agent processes an [event](/docs/commands/event.html). Consul uses events internally so there may be additional events showing in telemetry. There are also a per-event counters emitted as `consul.serf.events.`.