Skip to content

Commit

Permalink
[docs] Fix list indentation in standard-instruments.mdx (#4991)
Browse files Browse the repository at this point in the history
Add indentation to indicate labels are associated with the above metric.

Thanks!

Co-authored-by: Geoffroy Couprie <[email protected]>
  • Loading branch information
sorliem and Geal authored Apr 23, 2024
1 parent 8e9443f commit 594437d
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,11 @@ The coprocessor operations metric has the following attributes:
</Tip>

- `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`)
Expand Down

0 comments on commit 594437d

Please sign in to comment.