Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

ec2metadata and build.properties are missing in the project source #92

Open
venkatwilliams opened this issue Jan 31, 2019 · 3 comments
Open

Comments

@venkatwilliams
Copy link

Please find the classes where we are using these references.
1)BrokerStatsRetriever -> Process process = Runtime.getRuntime().exec("ec2metadata");
2)OstrichAdminService -> properties.load(this.getClass().getResource("build.properties").openStream());

Also want to know if anyone able resolve the following issue related to OpenTSDB.
com.pinterest.doctorkafka.util.MetricsPusher - Failed to send stats to OpenTSDB,

@BrianGallew
Copy link
Contributor

ec2metadata is provided by cloud-guest-utils (on Ubuntu) and thus may or may not exist for your platform. I don't use OpenTSDB so I just do as the documentation suggests for that and ignore the error.

@venkatwilliams
Copy link
Author

@BrianGallew Are you able to see Kafka cluster metrics on DoctorKafka UI. It would be a great help if you can provide your help on the following.

  1. copy of doctorkafka.properties file. Attached doctorkafka properties file for your review.
  2. confirm your kafka version and doctorkafka versions which are working for you.
  3. where are the topics (metrics- brokerstats, action - operator_report) are configured same kafka cluster or different kafka cluster.

Thanks in advance.
doctorkafka.properties.txt

@yuyang08
Copy link
Contributor

@venkatwilliams could you tell if the issue is resolved, or you are still blocked?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants