Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metrics ¶
type Metrics struct { RaftStateMetric *prometheus.GaugeVec RaftTermMetric *prometheus.GaugeVec RaftLastLogIndexMetric *prometheus.GaugeVec RaftLastLogTermMetric *prometheus.GaugeVec RaftCommitIndexMetric *prometheus.GaugeVec RaftAppliedIndexMetric *prometheus.GaugeVec RaftFsmPendingMetric *prometheus.GaugeVec RaftLastSnapshotIndexMetric *prometheus.GaugeVec RaftLastSnapshotTermMetric *prometheus.GaugeVec RaftLatestConfigurationIndexMetric *prometheus.GaugeVec RaftNumPeersMetric *prometheus.GaugeVec RaftLastContactMetric *prometheus.GaugeVec RaftNumNodesMetric *prometheus.GaugeVec HTTPRestOperationsMetric *prometheus.SummaryVec HTTPRestCounterMetric *prometheus.CounterVec // contains filtered or unexported fields }
Metrics server
Click to show internal directories.
Click to hide internal directories.