OBJECT

PixieProxyQuery

link GraphQL Schema definition

  • type PixieProxyQuery {
  • # Query a pixie deployment for a flamegraph representing the process(es) in a
  • # single pod or across the entire node
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • #
  • # Arguments
  • # input: The query input
  • queryPixieFlamegraph(input: PixieFlamegraphQueryInput!): [PixieStackTrace!]!
  • }

link Require by