nginx-http-monitor:Nginx级别记录请求及响应数据到日志中,方便开发调试及数据记录

时间:2024-05-17 19:47:58
【文件属性】:

文件名称:nginx-http-monitor:Nginx级别记录请求及响应数据到日志中,方便开发调试及数据记录

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-17 19:47:58

Lua

nginx-http-monitor OpenResty Lua 开发过程中后端与客户端之前接口请求沟通成本过高,双方需要多次确认信息且很可能得到错误的信息, 基于该痛点开发了nginx-http-monitor 例如客户端请求如下: > http :8080/abc\?x\=2\&y\=z a=b c=d HTTP/1.1 200 OK Connection: keep-alive Content-Type: text/html Date: Fri, 27 Jul 2018 10:37:54 GMT Server: openresty/1.13.6.1 Transfer-Encoding: chunked X-Request-Id: e37c31bfb2d7f2c8af42fce8399d72f1 POST /abc x=2&y=z 会在返回头中生成X-Request-Id做为唯一ID,


【文件预览】:
nginx-http-monitor-master
----nginx.conf(227B)
----Dockerfile(58B)
----lua()
--------request_logger.lua(979B)
----nginx.conf.d()
--------main.conf(933B)
----docker-compose.yml(260B)
----README.md(2KB)

网友评论