Closed
Bug 1359434
Opened 8 years ago
Closed 8 years ago
Hit on blocklist.xml with HEAD request
Categories
(Cloud Services :: Operations: Metrics/Monitoring, task)
Cloud Services
Operations: Metrics/Monitoring
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: leplatrem, Unassigned)
References
Details
My current understanding is that the hits on blocklist.xml are used to compute ADU metrics.
In Bug 1257565 we want to replace the current XML-based system with a diff-based JSON system (aka. Kinto).
In order to avoid interfering with metrics when switching to the new system, we could perform a HEAD request — instead of downloading the whole file uselessly.
Could you please make sure the HEAD requests are going to be processed equally as GET on Nginx?
Thanks!
Updated•8 years ago
|
Flags: needinfo?(jthomas)
Comment 2•8 years ago
|
||
The web log processing doesn't distinguish between http request types. As long as the necessary fields are present in the log file, it'll process them into hive
Flags: needinfo?(mpressman)
Reporter | ||
Comment 3•8 years ago
|
||
Excellent, thanks Matt!
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•