Skip to content

Commit

Permalink
added size as field value
Browse files Browse the repository at this point in the history
  • Loading branch information
geek-at committed May 5, 2016
1 parent 8dc36d9 commit fc3eeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyze.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
if(INFLUX_HOST)
{
$influxtime = $time.'000000000';
sendToInflux('hash='.$hash.',ip='.$ip.',referrer='.sanatizeStringForInflux(($referrer?$referrer:'0')).' value=1',$influxtime);
sendToInflux('hash='.$hash.',ip='.$ip.',referrer='.sanatizeStringForInflux(($referrer?$referrer:'0')).' value=1,size='.$size,$influxtime);
}


Expand Down

0 comments on commit fc3eeab

Please sign in to comment.