Hi Brian,
Thanks for creating this and helping the community !! I am new to this prometheus world and I am making an attempt for shipping the Apache Gatling data (in a Graphite format ) to Graphite_Exporter and then eventually to Prometheus;
- I can see the shipped metrics from Apache 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_total{dialer_name="graphite_exporter"} 1
net_conntrack_dialer_conn_closed_total{dialer_name="graphite_exporter"} 0
net_conntrack_dialer_conn_established_total{dialer_name="graphite_exporter"} 1
net_conntrack_dialer_conn_failed_total{dialer_name="graphite_exporter",reason="refused"} 0
net_conntrack_dialer_conn_failed_total{dialer_name="graphite_exporter",reason="resolution"} 0
net_conntrack_dialer_conn_failed_total{dialer_name="graphite_exporter",reason="timeout"} 0
net_conntrack_dialer_conn_failed_total{dialer_name="graphite_exporter",reason="unknown"} 0
prometheus_target_scrape_pool_sync_total{scrape_job="graphite_exporter"} 2
prometheus_target_sync_length_seconds{scrape_job="graphite_exporter",quantile="0.01"} NaN
prometheus_target_sync_length_seconds{scrape_job="graphite_exporter",quantile="0.05"} NaN
prometheus_target_sync_length_seconds{scrape_job="graphite_exporter",quantile="0.5"} NaN
prometheus_target_sync_length_seconds{scrape_job="graphite_exporter",quantile="0.9"} NaN
prometheus_target_sync_length_seconds{scrape_job="graphite_exporter",quantile="0.99"} NaN
prometheus_target_sync_length_seconds_sum{scrape_job="graphite_exporter"} 0.00012090199999999999
prometheus_target_sync_length_seconds_count{scrape_job="graphite_exporter"} 2
If you have any insights for this issue kindly let me know your thoughts on this !!
Kind Regards,
Ritesh.