stats/analytics_hourly.txt
2024-06-22 19:33:50 +09:00

27 lines
421 B
Text

{
viewer {
zones(filter: {
zoneTag: $zoneTag
}) {
httpRequests1hGroups(
orderBy: [datetime_ASC],
limit: $limit,
filter: {
datetime_gt: $from,
datetime_leq: $to
}
) {
dimensions {
datetime
}
sum {
bytes
cachedBytes
}
uniq {
uniques
}
}
}
}
}