Skip to content

Commit 7f8019d

Browse files
committed
Remove "_seconds" from metric names
1 parent c38101b commit 7f8019d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

connector/servicegraphconnector/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ TLDR: The connector will try to find spans belonging to requests as seen from th
6565

6666
The following metrics are emitted by the connector:
6767

68-
| Metric | Type | Labels | Description |
69-
|---------------------------------------------|-----------|---------------------------------|--------------------------------------------------------------|
70-
| 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 |
68+
| Metric | Type | Labels | Description |
69+
|---------------------------------------------|-----------|---------------------------------|---------------------------------------------------------------------------|
70+
| 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 |
7676

7777
Duration is measured both from the client and the server sides.
7878

0 commit comments

Comments
 (0)