good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit cde045c4 authored by a's avatar a
Browse files

noot

parent fb9fdf67
No related branches found
No related tags found
No related merge requests found
Pipeline #76097 passed with stages
in 8 minutes and 44 seconds
......@@ -402,8 +402,7 @@ func (T *Pool) serveOnly(l prom.PoolHybridLabels, conn *fed.Conn, write bool) er
if write {
opL = l.ToOperation("primary")
} else {
opL = l.ToOperation("primary")
opL = l.ToOperation("replica")
}
for {
......
......@@ -32,6 +32,6 @@ type OperationSimpleLabels struct {
}
var OperationSimple struct {
Acquire func(OperationSimpleLabels) prometheus.Histogram `name:"acquire_ms" buckets:"0.005,0.01,0.1,0.25,0.5,0.75,1,5,10,100,500,1000,5000" help:"ms to acquire from pool"`
Acquire func(OperationSimpleLabels) prometheus.Histogram `name:"acquire_ms" buckets:"0.005,0.01,0.1,0.25,0.5,0.75,1,5,10,100,500,1000" help:"ms to acquire from pool"`
Execution func(OperationSimpleLabels) prometheus.Histogram `name:"execution_ms" buckets:"1,5,10,30,75,150,300,500,1000,2000,5000,7500,10000,15000,30000" help:"ms that the txn took to execute on remote"`
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment