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

HDDS-2221. Monitor datanodes in ozoneperf compose cluster #1

Closed
wants to merge 1 commit into from

Conversation

elek
Copy link
Member

@elek elek commented Oct 13, 2019

What changes were proposed in this pull request?

Enable promehteus monitoring for the datanodes in the compose/ozoneperf cluster definition

What is the link to the Apache JIRA

https://issues.apache.org/jira/browse/HDDS-2221

How was this patch tested?

  1. Start ozoneperf docker-compose cluster (scale up to 3 datanodes)
cd hadoop-ozone/dist/target/ozone-*/compose/ozoneperf
docker-compose down
docker-compose up -d --scale datanode=3
  1. Check if the datanodes are reporting

http://localhost:9090/targets

(You should see green UP after the first 3 datanodes)

  1. Check if you see any Ratis metrics in prometheus

Search for ratis in http://localhost:9090/graph

Copy link
Contributor

@arp7 arp7 left a comment

Choose a reason for hiding this comment

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

+1

@elek elek closed this in 37f48c4 Oct 17, 2019
@elek
Copy link
Member Author

elek commented Oct 17, 2019

thanks the review @arp7 , I merged it to the master

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.

2 participants