DoctorK icon indicating copy to clipboard operation
DoctorK copied to clipboard

ec2metadata and build.properties are missing in the project source

Open venkatwilliams opened this issue 6 years ago • 3 comments

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,

venkatwilliams avatar Jan 31 '19 07:01 venkatwilliams

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 avatar Jan 31 '19 16:01 BrianGallew

@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

venkatwilliams avatar Feb 01 '19 10:02 venkatwilliams

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

yuyang08 avatar Mar 15 '19 08:03 yuyang08