plugin/cache/forward: Clean up grammar/wording in forward & cache metrics descriptions. (#3971)
* tweak language Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * tweak language Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * typo Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
parent
55e9c2cd7b
commit
47d6e86f58
4 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ var (
|
|||
Namespace: plugin.Namespace,
|
||||
Subsystem: "forward",
|
||||
Name: "responses_total",
|
||||
Help: "Counter of response made per upstream.",
|
||||
Help: "Counter of responses received per upstream.",
|
||||
}, []string{"rcode", "to"})
|
||||
RequestDuration = prometheus.NewHistogramVec(prometheus.HistogramOpts{
|
||||
Namespace: plugin.Namespace,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue