We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8aa3912 + a254bb5 commit 8c4c122Copy full SHA for 8c4c122
meta/3rd/OpenResty/library/prometheus.lua
@@ -234,7 +234,7 @@ local PrometheusHist = {}
234
--- metric_response_sizes:observe(tonumber(ngx.var.bytes_sent))
235
---}
236
---```
237
----@param value string is a value that should be recorded. Required.
+---@param value number is a value that should be recorded. Required.
238
---@param label_values? string[] is an array of label values.
239
function PrometheusHist:observe(value, label_values) end
240
0 commit comments