Skip to content
Snippets Groups Projects
Commit ac46abae authored by Marek Vavruša's avatar Marek Vavruša
Browse files

modules/stats: don't track 'unresolved' when 'servfail' does the same thing

parent 2a6489d9
Branches
Tags
No related merge requests found
......@@ -99,8 +99,6 @@ static int collect(knot_layer_t *ctx)
if (elapsed > 1000.0) {
stat_add(map, "answer.slow", 1);
}
} else {
stat_add(map, "answer.unresolved", 1);
}
/* Query parameters and transport mode */
stat_add(map, "query.concurrent", -1);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment