Documentation ¶
Overview ¶
Package metrics provides telemetry to know who's the leader in Kubernetes objects that implement the leader/follower pattern.
Index ¶
Constants ¶
View Source
const ( // JoinLeaderLabel represents the join_leader label. It's a static label for label joins (always true) JoinLeaderLabel = "join_leader" // JoinLeaderValue is the static value of the label join_leader JoinLeaderValue = "true" )
Variables ¶
This section is empty.
Functions ¶
func NewLeaderMetric ¶
NewLeaderMetric returns the leader_election_is_leader metric
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.