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
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?
The text was updated successfully, but these errors were encountered:
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 :
##############################
job_name : 'TSDB_Test'
static_configs:
-targets : ['TSDB_Exporter_IP:9250', 'TSDB_Exporter_IP:9250']
metrics_path : /opentsdb
params:
target : ['http://localhost:4242'] # my TSDB and TSDB_Exporter at a same instance
##############################
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?
The text was updated successfully, but these errors were encountered: