Fixed bad metrics prefix.
This commit is contained in:
parent
24620cca99
commit
c672fed930
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ public class HttpAccessLogAnalyzer
|
|||
|
||||
// metrics.http.os.XXXXX
|
||||
UserAgentOS os = log.getUserAgent().getOS();
|
||||
this.counters.inc("metrics.http.browsers." + os.toString().toLowerCase(), year, yearMonth, yearWeek, date);
|
||||
this.counters.inc("metrics.http.os." + os.toString().toLowerCase(), year, yearMonth, yearWeek, date);
|
||||
|
||||
// metrics.http.browsers.XXXXX
|
||||
UserAgentBrowser browser = log.getUserAgent().getBrowser();
|
||||
|
|
Loading…
Reference in a new issue