summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorShueh Chou Lu <evanlu361425@gmail.com>2022-11-22 08:58:13 +0800
committerGitHub <noreply@github.com>2022-11-22 08:58:13 +0800
commit57255d4192af1ceab634a7851346151ba0a54460 (patch)
tree154ebb19e17c78bc5c773358db27a5ba33392fba /meta
parent0dbb273ff5850c21ed6519b3b9b297d1d14e5792 (diff)
downloadlua-language-server-57255d4192af1ceab634a7851346151ba0a54460.zip
Update prometheus.lua
Diffstat (limited to 'meta')
-rw-r--r--meta/3rd/OpenResty/library/prometheus.lua2
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