Skip to content

Commit

Permalink
Remove etcd leader change metric (#144)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 authored Nov 15, 2024
1 parent d0fbac8 commit 65e1d9c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions cmd/config/metrics-aggregated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@

# Etcd metrics

- query: sum(rate(etcd_server_leader_changes_seen_total[2m]))
metricName: etcdLeaderChangesRate

- query: histogram_quantile(0.99, rate(etcd_disk_backend_commit_duration_seconds_bucket[2m]))
metricName: 99thEtcdDiskBackendCommitDurationSeconds

Expand Down
3 changes: 0 additions & 3 deletions cmd/config/metrics-egressip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@

# Etcd metrics

- query: sum(rate(etcd_server_leader_changes_seen_total[2m]))
metricName: etcdLeaderChangesRate

- query: histogram_quantile(0.99, rate(etcd_disk_backend_commit_duration_seconds_bucket[2m]))
metricName: 99thEtcdDiskBackendCommitDurationSeconds

Expand Down
3 changes: 0 additions & 3 deletions cmd/config/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@

# Etcd metrics

- query: sum(rate(etcd_server_leader_changes_seen_total[2m]))
metricName: etcdLeaderChangesRate

- query: histogram_quantile(0.99, rate(etcd_disk_backend_commit_duration_seconds_bucket[2m]))
metricName: 99thEtcdDiskBackendCommitDurationSeconds

Expand Down

0 comments on commit 65e1d9c

Please sign in to comment.