1 Star 0 Fork 1

webbabyking/nginx-lua-prometheus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
prometheus_resty_counter.update.sh 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
# This script downloads the lua-resty-counter [1] included with this library
# for convenience. It's here to make it easier to update the "vendored" lua
# file in this repo. As a user, you should not need to use this script.
# [1] https://github.com/Kong/lua-resty-counter
set -exu
URL='https://raw.githubusercontent.com/Kong/lua-resty-counter/master/lib/resty/counter.lua'
curl -s ${URL} > 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

搜索帮助