DoctorK
DoctorK copied to clipboard
ec2metadata and build.properties are missing in the project source
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,
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.
@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.
- copy of doctorkafka.properties file. Attached doctorkafka properties file for your review.
- confirm your kafka version and doctorkafka versions which are working for you.
- where are the topics (metrics- brokerstats, action - operator_report) are configured same kafka cluster or different kafka cluster.
Thanks in advance. doctorkafka.properties.txt
@venkatwilliams could you tell if the issue is resolved, or you are still blocked?