Removing new metrics, bad for bussiness
This commit is contained in:
parent
6ca0349d6d
commit
66424f46fd
@ -139,15 +139,15 @@ sub get_global_data {
|
|||||||
SELECT
|
SELECT
|
||||||
(
|
(
|
||||||
$SELECT_GLOBAL
|
$SELECT_GLOBAL
|
||||||
where path !~ '\\.\\w*\$' and date > NOW() - interval '1 day'
|
where date > NOW() - interval '1 day'
|
||||||
) as unique_ips_last_24_hours,
|
) as unique_ips_last_24_hours,
|
||||||
(
|
(
|
||||||
$SELECT_GLOBAL
|
$SELECT_GLOBAL
|
||||||
where path !~ '\\.\\w*\$' and date > NOW() - interval '1 week'
|
where date > NOW() - interval '1 week'
|
||||||
) as unique_ips_last_week,
|
) as unique_ips_last_week,
|
||||||
(
|
(
|
||||||
$SELECT_GLOBAL
|
$SELECT_GLOBAL
|
||||||
where path !~ '\\.\\w*\$' and date > NOW() - interval '1 month'
|
where date > NOW() - interval '1 month'
|
||||||
) as unique_ips_last_month;
|
) as unique_ips_last_month;
|
||||||
EOF
|
EOF
|
||||||
return $data;
|
return $data;
|
||||||
|
Loading…
Reference in New Issue
Block a user