Logql.io Documentation
GitHubGitHub (opens in a new tab)
  • Introduction
    • Get Started
    • Advanced Configuration
    • Missing variables
    • Missing headers
    • Missing requests
    • Missing framework
    • Unknown operation
    • Unnamed operation
    • OpenTelemetry support
Question? Give us feedback → (opens in a new tab)
FAQ
Missing variables

Why are request variables empty?

By default, to preserve privacy and avoid storing sensive data, the plugin doesn't collect graphql variables.

It is possible to enable the collection using sendVariables: true in the plugin configuration.

Note that once enabled, only the variables of the new request will be available.

See also:

  • Why are request headers empty
Advanced ConfigurationMissing headers

2023 © logql.io