diff options
Diffstat (limited to 'meta/3rd/OpenResty/library/prometheus.lua')
-rw-r--r-- | meta/3rd/OpenResty/library/prometheus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/library/prometheus.lua b/meta/3rd/OpenResty/library/prometheus.lua index d3a1a35f..c56ebb03 100644 --- a/meta/3rd/OpenResty/library/prometheus.lua +++ b/meta/3rd/OpenResty/library/prometheus.lua @@ -243,3 +243,5 @@ function PrometheusHist:observe(value, label_values) end ---This function will wait for `sync_interval` before deleting the ---metrics to allow all workers to sync their counters. function PrometheusHist:reset() end + +return PrometheusLib |