diff options
author | Shueh Chou Lu <evanlu361425@gmail.com> | 2022-11-22 08:58:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-22 08:58:13 +0800 |
commit | 57255d4192af1ceab634a7851346151ba0a54460 (patch) | |
tree | 154ebb19e17c78bc5c773358db27a5ba33392fba /meta | |
parent | 0dbb273ff5850c21ed6519b3b9b297d1d14e5792 (diff) | |
download | lua-language-server-57255d4192af1ceab634a7851346151ba0a54460.zip |
Update prometheus.lua
Diffstat (limited to 'meta')
-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 |