From 594437d74d92e34f484b1ffd13d817281358c737 Mon Sep 17 00:00:00 2001 From: Miles Sorlie Date: Tue, 23 Apr 2024 09:09:38 -0600 Subject: [PATCH] [docs] Fix list indentation in standard-instruments.mdx (#4991) Add indentation to indicate labels are associated with the above metric. Thanks! Co-authored-by: Geoffroy Couprie --- .../instrumentation/standard-instruments.mdx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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`)