Split out protocol for request size
This commit is contained in:
parent
5e2beb3e84
commit
4c00e444f3
2 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ func define() {
|
|||
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"})
|
||||
}, []string{"zone", "proto"})
|
||||
|
||||
requestDo = prometheus.NewCounterVec(prometheus.CounterOpts{
|
||||
Namespace: middleware.Namespace,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue