OBJECT

KubernetesLogRecord

link GraphQL Schema definition

  • type KubernetesLogRecord {
  • # The log line timestamp. Available only if includeTimestamps: true option is
  • # supplied.
  • timestamp: DateTime
  • # The log line value
  • value: String!
  • }