You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
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,
The text was updated successfully, but these errors were encountered:
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.
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,
The text was updated successfully, but these errors were encountered: