diff --git a/docs/source/configuration/telemetry/instrumentation/standard-instruments.mdx b/docs/source/configuration/telemetry/instrumentation/standard-instruments.mdx index c919845978..74c30a24f2 100644 --- a/docs/source/configuration/telemetry/instrumentation/standard-instruments.mdx +++ b/docs/source/configuration/telemetry/instrumentation/standard-instruments.mdx @@ -74,13 +74,11 @@ The coprocessor operations metric has the following attributes: - `apollo_router_uplink_fetch_duration_seconds_bucket` - Uplink request duration, attributes: - -- `url`: The Uplink URL that was polled -- `query`: The query that the router sent to Uplink (`SupergraphSdl` or `License`) -- `kind`: (`new`, `unchanged`, `http_error`, `uplink_error`) -- `code`: The error code depending on type (if an error occurred) -- `error`: The error message (if an error occurred) - + - `url`: The Uplink URL that was polled + - `query`: The query that the router sent to Uplink (`SupergraphSdl` or `License`) + - `kind`: (`new`, `unchanged`, `http_error`, `uplink_error`) + - `code`: The error code depending on type (if an error occurred) + - `error`: The error message (if an error occurred) - `apollo_router_uplink_fetch_count_total` - `status`: (`success`, `failure`) - `query`: The query that the router sent to Uplink (`SupergraphSdl` or `License`)