You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| traces_service_graph_request_total | Counter | client, server, connection_type | Total count of requests between two nodes |
71
-
| traces_service_graph_request_failed_total | Counter | client, server, connection_type | Total count of failed requests between two nodes |
72
-
|traces_service_graph_request_server_seconds | Histogram | client, server, connection_type |Time for a request between two nodes as seen from the server |
73
-
|traces_service_graph_request_client_seconds | Histogram | client, server, connection_type |Time for a request between two nodes as seen from the client |
74
-
| traces_service_graph_unpaired_spans_total | Counter | client, server, connection_type | Total count of unpaired spans |
75
-
| traces_service_graph_dropped_spans_total | Counter | client, server, connection_type | Total count of dropped spans |
| traces_service_graph_request_total | Counter | client, server, connection_type | Total count of requests between two nodes |
71
+
| traces_service_graph_request_failed_total | Counter | client, server, connection_type | Total count of failed requests between two nodes |
72
+
|traces_service_graph_request_server | Histogram | client, server, connection_type |Number of seconds for a request between two nodes as seen from the server |
73
+
|traces_service_graph_request_client | Histogram | client, server, connection_type |Number of seconds for a request between two nodes as seen from the client |
74
+
| traces_service_graph_unpaired_spans_total | Counter | client, server, connection_type | Total count of unpaired spans |
75
+
| traces_service_graph_dropped_spans_total | Counter | client, server, connection_type | Total count of dropped spans |
76
76
77
77
Duration is measured both from the client and the server sides.
0 commit comments