From 57255d4192af1ceab634a7851346151ba0a54460 Mon Sep 17 00:00:00 2001 From: Shueh Chou Lu Date: Tue, 22 Nov 2022 08:58:13 +0800 Subject: Update prometheus.lua --- meta/3rd/OpenResty/library/prometheus.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/3rd/OpenResty') 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 -- cgit v1.2.3