Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips committed Mar 23, 2020
1 parent c7763ce commit ddaa06e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions enhancements/monitoring/restart-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ superseded-by:

There is not any insight with systemd units restarting. Metrics of this sort are
important to know if Kubelet, crio, or other system services are crashing and
restarting. Metrics of this type are even more important, because the Kubelet is
going to be changed to exit on a crash, thus restarting. Previous behavior of
the Kubelet is to recover() from the crash and not exit.
restarting. Restart metrics are going to be extremely important since the
Kubelet is going to be changed to exit on a crash, thus restarting. Previous
behavior of the Kubelet is to recover() from the crash and not exit.

## Motivation

Expand All @@ -54,7 +54,7 @@ node_exporter is running in a non-privileged container - as user `nobody` - and
cannot connect to the DBUS socket to communicate with systemd. Monitoring has
concerns the underlying [systemd
collector](https://github.com/prometheus/node_exporter/blob/master/collector/systemd_linux.go)
is not performance enough.
is not performant enough.

## Proposal

Expand Down

0 comments on commit ddaa06e

Please sign in to comment.