Fix name
This commit is contained in:
parent
ef1a8604d1
commit
f50f86822b
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ func define() {
|
|||
requestSize = prometheus.NewHistogramVec(prometheus.HistogramOpts{
|
||||
Namespace: middleware.Namespace,
|
||||
Subsystem: subsystem,
|
||||
Name: "request_buffer_size_bytes",
|
||||
Name: "request_size_bytes",
|
||||
Help: "Size of the EDNS0 UDP buffer in bytes (64K for TCP).",
|
||||
Buckets: []float64{0, 100, 200, 300, 400, 511, 1023, 2047, 4095, 8291, 16e3, 32e3, 48e3, 64e3},
|
||||
}, []string{"zone"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue