report max too
This commit is contained in:
parent
1ba5bbaf8e
commit
6000071bb6
@ -10,6 +10,14 @@ var (
|
|||||||
prometheus.SummaryOpts{
|
prometheus.SummaryOpts{
|
||||||
Name: "hwt_request_latency_ms",
|
Name: "hwt_request_latency_ms",
|
||||||
Help: "Latency in ms of http requests grouped by req path",
|
Help: "Latency in ms of http requests grouped by req path",
|
||||||
|
|
||||||
|
Objectives: map[float64]float64{
|
||||||
|
0.5: 0.05,
|
||||||
|
0.9: 0.01,
|
||||||
|
0.95: 0.001,
|
||||||
|
0.99: 0.001,
|
||||||
|
1.0: 0.0001,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
[]string{"path"},
|
[]string{"path"},
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user