Uptime charts

Learned a trick recently: time() - process_start_time_seconds{...} gives you
a chart where it's easy to see if a process is flapping, once you
plot it with a log scale.

Learned a trick recently: time() - process_start_time_seconds{...} gives you
a chart where it's easy to see if a process is flapping, once you
plot it with a log scale.