Skip to content

Commit 675e4b4

Browse files
ptodevgrafanabot
authored andcommitted
[otelcol.connector.servicegraph] Remove seconds from metric names (#2751)
(cherry picked from commit ea62263)
1 parent 18d5321 commit 675e4b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/sources/reference/components/otelcol/otelcol.connector.servicegraph.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ The following metrics are emitted by the processor:
8686
|---------------------------------------------|-----------|---------------------------------|--------------------------------------------------------------|
8787
| traces_service_graph_request_total | Counter | client, server, connection_type | Total count of requests between two nodes |
8888
| traces_service_graph_request_failed_total | Counter | client, server, connection_type | Total count of failed requests between two nodes |
89-
| traces_service_graph_request_server_seconds | Histogram | client, server, connection_type | Time for a request between two nodes as seen from the server |
90-
| traces_service_graph_request_client_seconds | Histogram | client, server, connection_type | Time for a request between two nodes as seen from the client |
89+
| traces_service_graph_request_server | Histogram | client, server, connection_type | Number of seconds for a request between two nodes as seen from the server |
90+
| traces_service_graph_request_client | Histogram | client, server, connection_type | Number of seconds for a request between two nodes as seen from the client |
9191
| traces_service_graph_unpaired_spans_total | Counter | client, server, connection_type | Total count of unpaired spans |
9292
| traces_service_graph_dropped_spans_total | Counter | client, server, connection_type | Total count of dropped spans |
9393

9494
Duration is measured both from the client and the server sides.
9595

9696
The `latency_histogram_buckets` argument controls the buckets for
97-
`traces_service_graph_request_server_seconds` and `traces_service_graph_request_client_seconds`.
97+
`traces_service_graph_request_server` and `traces_service_graph_request_client`.
9898

9999
Each emitted metrics series have a `client` and a `server` label corresponding with the service doing the request and the service receiving the request.
100100
The value of the label is derived from the `service.name` resource attribute of the two spans.

0 commit comments

Comments
 (0)