zhengchenyu commented on issue #1629: URL: https://github.com/apache/incubator-uniffle/issues/1629#issuecomment-2045108366
``` # curl http://host:ip/prometheus/metrics/all # HELP netty_send_shuffle_data_request_transport_latency Summary netty_send_shuffle_data_request_transport_latency # TYPE netty_send_shuffle_data_request_transport_latency summary netty_send_shuffle_data_request_transport_latency{tags="ss_v5,GRPC",quantile="0.5",} NaN netty_send_shuffle_data_request_transport_latency{tags="ss_v5,GRPC",quantile="0.75",} NaN netty_send_shuffle_data_request_transport_latency{tags="ss_v5,GRPC",quantile="0.9",} NaN netty_send_shuffle_data_request_transport_latency{tags="ss_v5,GRPC",quantile="0.95",} NaN netty_send_shuffle_data_request_transport_latency{tags="ss_v5,GRPC",quantile="0.99",} NaN netty_send_shuffle_data_request_transport_latency_count{tags="ss_v5,GRPC",} 0.0 netty_send_shuffle_data_request_transport_latency_sum{tags="ss_v5,GRPC",} 0.0 # curl http://host:ip/metrics/all {"name":"netty_get_memory_shuffle_data_request_transport_latency","labelNames":["tags","quantile"],"labelValues":["ss_v5,GRPC","0.5"],"value":"NaN","timestampMs":null} ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
