Skip to content

Commit 57255d4

Browse files
authored
Update prometheus.lua
1 parent 0dbb273 commit 57255d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meta/3rd/OpenResty/library/prometheus.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,3 +243,5 @@ function PrometheusHist:observe(value, label_values) end
243243
---This function will wait for `sync_interval` before deleting the
244244
---metrics to allow all workers to sync their counters.
245245
function PrometheusHist:reset() end
246+
247+
return PrometheusLib

0 commit comments

Comments
 (0)