MINOR: counters: Remove failed_secu counter and use denied_resp instead
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 16 Dec 2019 15:07:34 +0000 (16:07 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Jan 2020 14:18:45 +0000 (15:18 +0100)
commita08546bb5a95ae6f8dd3a6e1b0469ca2b68a34ed
tree8cc929069cd8dffac3768955d397aea46d1cc8f0
parente4a2c8d7e79650caa9da28e5bb93508b99ac9042
MINOR: counters: Remove failed_secu counter and use denied_resp instead

The failed_secu counter is only used for the servers stats. It is used to report
the number of denied responses. On proxies, the same info is stored in the
denied_resp counter. So, it is more consistent to use the same field for
servers.
contrib/prometheus-exporter/service-prometheus.c
include/types/counters.h
src/http_ana.c
src/stats.c