2020年8月29日

使用json-mask 查询json 数据

摘要: 我们在处理json 数据的时候很多时候会需要部分json 数据,一般的处理方式是jsonpath,jmeshpath ,jsonselect json-mask 是另外一个不错的选择(很遗憾不是标准,目前只有js 的实现),而且json-mask 的好处是可以保留数据 接口,以下是一个简单的学习 语 阅读全文

posted @ 2020-08-29 15:11 荣锋亮 阅读(520) 评论(0) 推荐(0)

nginx njs docker 试用

摘要: 主要是基于anadeeppolavarapu/nginx-http3:edge docker 镜像,使用比较简单 环境准备 docker-compose 文件 version: "3" services: httpservice: image: ranadeeppolavarapu/nginx-ht 阅读全文

posted @ 2020-08-29 01:30 荣锋亮 阅读(730) 评论(0) 推荐(0)

使用nginx-prometheus-exporter 监控nginx

摘要: 因为nginx 已经提供了stub_status 模块,一般我们可以基于此进行监控,目前官方提供了一个exporter 尽管有一些限制(web必须使用8080)。以下是一个简单的学习使用 环境准备 docker-compose 文件 注意使用了ranadeeppolavarapu 提供的nginx 阅读全文

posted @ 2020-08-29 00:48 荣锋亮 阅读(8049) 评论(0) 推荐(0)

导航