1 Star 0 Fork 1

webbabyking/nginx-lua-prometheus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nginx-lua-prometheus-0.20210206-1.rockspec 678 Bytes
一键复制 编辑 原始数据 按行查看 历史
Anton Tolchanov 提交于 2021-02-06 14:15 . Release 0.20210206
-- Note, this file must have version in its name
-- (see https://github.com/knyar/nginx-lua-prometheus/issues/27)
package = "nginx-lua-prometheus"
version = "0.20210206-1"
source = {
url = "git://github.com/knyar/nginx-lua-prometheus.git",
tag = "0.20210206",
}
description = {
summary = "Prometheus metric library for Nginx",
homepage = "https://github.com/knyar/nginx-lua-prometheus",
license = "MIT",
}
dependencies = {
"lua >= 5.1",
}
build = {
type = "builtin",
modules = {
["prometheus"] = "prometheus.lua",
["prometheus_keys"] = 'prometheus_keys.lua',
["prometheus_resty_counter"] = 'prometheus_resty_counter.lua',
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/webbabyking/nginx-lua-prometheus.git
[email protected]:webbabyking/nginx-lua-prometheus.git
webbabyking
nginx-lua-prometheus
nginx-lua-prometheus
master

搜索帮助