-
Notifications
You must be signed in to change notification settings - Fork 132
metrics in Kernel Native Mode #1284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d0c04d7 to
61843df
Compare
|
I use src pod name and dst svc name or pod name as label [root@kmesh-zsph4 kmesh]# curl http://10.244.1.5:15020/status/metric HELP kmesh_tcp_ads_connections_closed_total The total number of TCP connections closed to a adsTYPE kmesh_tcp_ads_connections_closed_total gaugekmesh_tcp_ads_connections_closed_total{destination_pod_address="10.244.1.10",destination_pod_port="-",destination_svc_name="fortio-server-deployment-7cd9f46f6d-s6nw4.default",reporter="source",source_pod_address="10.244.1.9",source_pod_name="fortio-client-deployment-79d94fc67c-6fh4k.default",source_pod_port="-"} 8 HELP kmesh_tcp_ads_connections_opened_total The total number of TCP connections opened to a adsTYPE kmesh_tcp_ads_connections_opened_total gaugekmesh_tcp_ads_connections_opened_total{destination_pod_address="10.244.1.10",destination_pod_port="-",destination_svc_name="fortio-server-deployment-7cd9f46f6d-s6nw4.default",reporter="source",source_pod_address="10.244.1.9",source_pod_name="fortio-client-deployment-79d94fc67c-6fh4k.default",source_pod_port="-"} 8 HELP kmesh_tcp_ads_received_bytes_total The size of the total number of bytes received in response to a ads over a TCP connection.TYPE kmesh_tcp_ads_received_bytes_total gaugekmesh_tcp_ads_received_bytes_total{destination_pod_address="10.244.1.10",destination_pod_port="-",destination_svc_name="fortio-server-deployment-7cd9f46f6d-s6nw4.default",reporter="source",source_pod_address="10.244.1.9",source_pod_name="fortio-client-deployment-79d94fc67c-6fh4k.default",source_pod_port="-"} 2.547308e+06 HELP kmesh_tcp_ads_sent_bytes_total The size of the total number of bytes sent in response to a ads over a TCP connection.TYPE kmesh_tcp_ads_sent_bytes_total gaugekmesh_tcp_ads_sent_bytes_total{destination_pod_address="10.244.1.10",destination_pod_port="-",destination_svc_name="fortio-server-deployment-7cd9f46f6d-s6nw4.default",reporter="source",source_pod_address="10.244.1.9",source_pod_name="fortio-client-deployment-79d94fc67c-6fh4k.default",source_pod_port="-"} 33988 HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler.TYPE promhttp_metric_handler_errors_total counterpromhttp_metric_handler_errors_total{cause="encoding"} 0 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: