From 09f04ccaec931a3f8c2a1308b0a4564c4e95534c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:06:02 -0700 Subject: [PATCH] chore(deps): update ghcr.io/apollographql/router docker tag to v1.57.1 (#61) --- .apollo/router_config_schema.json | 8 ++++---- Dockerfile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.apollo/router_config_schema.json b/.apollo/router_config_schema.json index 906d6e0..be62f56 100644 --- a/.apollo/router_config_schema.json +++ b/.apollo/router_config_schema.json @@ -1646,14 +1646,14 @@ "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": { - "router": true, - "parse_query": true, "request": true, "subgraph_request": true, - "http_request": true, - "execution": true, "subgraph": true, + "parse_query": true, "supergraph": true, + "http_request": true, + "execution": true, + "router": true, "query_planning": true }, "type": "object", diff --git a/Dockerfile b/Dockerfile index 8066c53..1240c42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/apollographql/router:v1.57.0 +FROM ghcr.io/apollographql/router:v1.57.1 COPY router.yaml /config.yaml