Unable to see Gatling metrics in Prometheus using Graphite_Exporter

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP



Unable to see Gatling metrics in Prometheus using Graphite_Exporter



I am new to Prometheus world and I am making an attempt for shipping the Gatling data (in a Graphite format ) to Graphite_Exporter and then eventually to Prometheus;
I can see the shipped metrics from Gatling to the graphite_exporter on :9108/metrics as below (mentioning just a few metrics).


gatling_basicsimulation_allRequests_all_count 0
gatling_basicsimulation_allRequests_all_stdDev 0
gatling_basicsimulation_allRequests_ko_count 0
gatling_basicsimulation_allRequests_ko_mean 1



At a same time i am unable to see these meaningful metrics in prometheus:9090/metrics (graphite_exporter target is mentioned in prometheus.yml ); What i can see is followed metrics related to graphite_exporter ; My concern is why i am unable to see Gatling metrics which are available in Graphite_Exporter as mentioned above !!



Available metrics in prometheus ( just seems like comm and health check metrics for exporter ).


net_conntrack_dialer_conn_attempted_totaldialer_name="graphite_exporter" 1
net_conntrack_dialer_conn_closed_totaldialer_name="graphite_exporter" 0
net_conntrack_dialer_conn_established_totaldialer_name="graphite_exporter" 1
net_conntrack_dialer_conn_failed_totaldialer_name="graphite_exporter",reason="refused" 0
net_conntrack_dialer_conn_failed_totaldialer_name="graphite_exporter",reason="resolution" 0
net_conntrack_dialer_conn_failed_totaldialer_name="graphite_exporter",reason="timeout" 0
net_conntrack_dialer_conn_failed_totaldialer_name="graphite_exporter",reason="unknown" 0
prometheus_target_scrape_pool_sync_totalscrape_job="graphite_exporter" 2
prometheus_target_sync_length_secondsscrape_job="graphite_exporter",quantile="0.01" NaN
prometheus_target_sync_length_secondsscrape_job="graphite_exporter",quantile="0.05" NaN
prometheus_target_sync_length_secondsscrape_job="graphite_exporter",quantile="0.5" NaN
prometheus_target_sync_length_secondsscrape_job="graphite_exporter",quantile="0.9" NaN
prometheus_target_sync_length_secondsscrape_job="graphite_exporter",quantile="0.99" NaN
prometheus_target_sync_length_seconds_sumscrape_job="graphite_exporter" 0.00012090199999999999
prometheus_target_sync_length_seconds_countscrape_job="graphite_exporter" 2



If you have any insights for this issue kindly let me know your thoughts on this !!



Regards,









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

make 2 or more post in bootsrap

Store custom data using WC_Cart add_to_cart() method in Woocommerce 3

Firebase Auth - with Email and Password - Check user already registered