Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve etcd dashboard #9

Merged
merged 4 commits into from
Jan 15, 2021
Merged

Conversation

jaredoconnell
Copy link
Member

This addresses issue #2
It uses the prometheus calls from https://github.com/tkashem/dittybopper/blob/dashboard/dashboards/etcd-overview.json as requested in the issue.
I positioned the data in a way that seemed logical, though I can easily move them.

Here are the pictures from a test aws cluster:
image
image
image
image
image

@smalleni
Copy link
Collaborator

smalleni commented Jan 8, 2021

@jaredoconnell Nice! @rsevilla87 PTAL

@rsevilla87 rsevilla87 linked an issue Jan 10, 2021 that may be closed by this pull request
'process_resident_memory_bytes{pod=~"$pod",job=~"$cluster"}',
format='table',
instant=true,
'histogram_quantile(0.99, rate(etcd_network_peer_round_trip_time_seconds_bucket[5m]))',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Peer to peer network latency is a great addition @jaredoconnell.

Copy link
Member

@chaitanyaenr chaitanyaenr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chaitanyaenr
Copy link
Member

Nice work @jaredoconnell.

Copy link
Member

@rsevilla87 rsevilla87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome @jaredoconnell , LGTM!

@rsevilla87 rsevilla87 merged commit 627f22e into cloud-bulldozer:master Jan 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve etcd dashboard
4 participants