diff --git a/.apollo/router_config_schema.json b/.apollo/router_config_schema.json index 1ceeb27..39b0341 100644 --- a/.apollo/router_config_schema.json +++ b/.apollo/router_config_schema.json @@ -1665,15 +1665,15 @@ "span_metrics": { "description": "Which spans will be eligible for span stats to be collected for viewing in the APM view. Defaults to true for `request`, `router`, `query_parsing`, `supergraph`, `execution`, `query_planning`, `subgraph`, `subgraph_request` and `http_request`.", "default": { - "subgraph": true, + "http_request": true, + "execution": true, "router": true, + "subgraph": true, "supergraph": true, - "execution": true, - "http_request": true, + "parse_query": true, "query_planning": true, - "subgraph_request": true, "request": true, - "parse_query": true + "subgraph_request": true }, "type": "object", "additionalProperties": { diff --git a/Dockerfile b/Dockerfile index a1c8d92..8fea5d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/apollographql/router:v1.58.0 +FROM ghcr.io/apollographql/router:v1.58.1 COPY router.yaml /config.yaml