We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config:
sources: - type: federation id: whatever config: supergraph: file: supergraph.graphql endpoints: - path: /graphql from: whatever plugins: - type: "vrl" config: on_downstream_http_request: from: inline content: | log("on_downstream_http_request", level:"info") on_upstream_http_request: from: inline content: | log("on_upstream_http_request", level:"info") on_downstream_http_response: from: inline content: | log("on_downstream_http_response", level:"info") on_downstream_graphql_request: from: inline content: | log("on_downstream_graphql_request", level:"info")
output:
2024-02-11T14:24:08.605823Z INFO vrl::stdlib::log: on_downstream_http_request internal_log_rate_secs=1 vrl_position=0 2024-02-11T14:24:08.60589Z INFO vrl::stdlib::log: on_downstream_graphql_request internal_log_rate_secs=1 vrl_position=0 2024-02-11T14:24:08.633743Z INFO vrl::stdlib::log: on_downstream_http_response internal_log_rate_secs=1 vrl_position=0
Log for on_upstream_http_request is missing
on_upstream_http_request
The text was updated successfully, but these errors were encountered:
Hi @aarne ! Thank you for reporting this issue. We are working on a fix :)
Sorry, something went wrong.
Fixed in v0.0.6-alpha.0 @aarne :)
v0.0.6-alpha.0
YassinEldeeb
Successfully merging a pull request may close this issue.
config:
output:
Log for
on_upstream_http_request
is missingThe text was updated successfully, but these errors were encountered: