1234567891011121314151617181920212223242526272829303132 |
- sandbox:
- enabled: true
- homepage:
- enabled: false
- supergraph:
- introspection: true
- override_subgraph_url:
- auth: http://host.docker.internal:8080/query
- include_subgraph_errors:
- all: true
- traffic_shaping:
- deduplicate_variables: true
- router:
- timeout: 15s
- global_rate_limit:
- capacity: 1000
- interval: 1s
- telemetry:
- metrics:
- common:
- service_name: "gateway"
- service_namespace: "craft"
- prometheus:
- listen: 0.0.0.0:9090
- path: /metrics
- enabled: true
|