thinker0 opened a new issue #3445: Too many Prometheus metric names. URL: https://github.com/apache/incubator-heron/issues/3445 13319 names production metrics 13319. ``` heron_instance_bytes_received_1 ... heron_instance_bytes_received_122 heron_client_stmgr_96_ack_tuples_to_stmgrs heron_client_stmgr_96_bytes_to_stmgrs heron_client_stmgr_96_fail_tuples_to_stmgrs heron_client_stmgr_96_hello_messages_to_stmgrs heron_client_stmgr_96_tuples_to_stmgrs heron_kafkaoffset_ad_dmp_dpa_event_integration_partition_0_earliesttimeoffset heron_kafkaoffset_ad_dmp_dpa_event_integration_partition_0_latestcompletedoffset heron_kafkaoffset_ad_dmp_dpa_event_integration_partition_0_latestemittedoffset heron_kafkaoffset_ad_dmp_dpa_event_integration_partition_0_latesttimeoffset heron_kafkaoffset_ad_dmp_dpa_event_integration_partition_0_recordsinpartition heron_kafkaoffset_ad_dmp_dpa_event_integration_partition_0_spoutlag .... heron_kafkaoffset_ad_dmp_dpa_event_integration_partition_100_earliesttimeoffset heron_kafkaoffset_ad_dmp_dpa_event_integration_partition_100_latestcompletedoffset heron_kafkaoffset_ad_dmp_dpa_event_integration_partition_100_latestemittedoffset heron_kafkaoffset_ad_dmp_dpa_event_integration_partition_100_latesttimeoffset heron_kafkaoffset_ad_dmp_dpa_event_integration_partition_100_recordsinpartition heron_kafkaoffset_ad_dmp_dpa_event_integration_partition_100_spoutlag ``` https://github.com/apache/incubator-heron/compare/master...thinker0:feature/fix-prometheus-metrics In this way, I am developing to change the configuration to JMX_Exporter type. https://github.com/prometheus/jmx_exporter/blob/master/collector/src/main/java/io/prometheus/jmx/JmxCollector.java#L168-L225 https://github.com/prometheus/jmx_exporter/blob/master/collector/src/main/java/io/prometheus/jmx/JmxCollector.java#L168-L225
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
