You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feat: Switch from Prometheus summary to histogram vectors
Replaced Prometheus summary vectors with histogram vectors for HTTP request metrics. Updated related constants, function names, and tests to reflect the change. This allows for better distribution tracking and more accurate performance analysis.
Signed-off-by: Christian Roessner <[email protected]>
Copy file name to clipboardExpand all lines: server/stats/statistics.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ var (
119
119
})
120
120
121
121
// FunctionDuration variable declaration that creates a new Prometheus SummaryVec with the specified name and help message, and with "service" and "method" labels.
0 commit comments