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.
1 parent 0dbb273 commit 57255d4Copy full SHA for 57255d4
meta/3rd/OpenResty/library/prometheus.lua
@@ -243,3 +243,5 @@ function PrometheusHist:observe(value, label_values) end
243
---This function will wait for `sync_interval` before deleting the
244
---metrics to allow all workers to sync their counters.
245
function PrometheusHist:reset() end
246
+
247
+return PrometheusLib
0 commit comments