Skip to content

Commit

Permalink
chore(deps): update ghcr.io/apollographql/router docker tag to v1.57.1 (
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 49c5c89 commit 09f04cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .apollo/router_config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 09f04cc

Please sign in to comment.