Open deadjoker opened 5 years ago
The same with me, Only Go metrics in list Anyone know how can I get the TSDB metrics?
The same with me, Only Go metrics in list Anyone know how can I get the TSDB metrics?
I know how to get metrics for TSDB by TSDB-exporter now: The URL must be : TSDB_Exporter_IP:9250/opentsdb?target=http://TSDB_IP:4242
the Config is : ##############################
Prometheus will pull metrics with http://TSDB_Exporter_IP:9250/opentsdb?target=http://TSDB_IP:4242 for every TSDB instance.
I follow the steps and start the exporter with './opentsdb_exporter'. But only go metrics list in the '/metrics' url How can I add opentsdb metrics in the '/metrics' url?