-
|
I had assumed it was the count of elections run, but it seems like it might be the total runtime to complete the election process? I can't find any reference to it in my searching. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
It's fired by a Sidekiq process when it gains leadership of the cluster. Leadership normally should only change after a deploy so if you see this outside of a deploy window, it's usually a symptom of the previous leader process having a serious problem (e.g. crashing) |
Beta Was this translation helpful? Give feedback.
-
|
It’s a mark in time. You can use it just like a deployment marker to draw a vertical line in a graph to track election frequency, if that’s something you’d like to display. |
Beta Was this translation helpful? Give feedback.
It’s a mark in time. You can use it just like a deployment marker to draw a vertical line in a graph to track election frequency, if that’s something you’d like to display.