OBJECT

AggregatedEventsCounts

Events hit counts aggregated by time frame

link GraphQL Schema definition

  • type AggregatedEventsCounts {
  • # Number of events in the past 24 hours
  • last24h: Int!
  • # Number of events in the past 7 days
  • last7d: Int!
  • # Number of events in the past 30 days
  • last30d: Int!
  • }